Details
Details
In combination with later diffs, I tested as follows:
- I created a socket crash loop on a physical iOS device using @inka's create-many-threads-to-trigger-crash-loop.js script (see ENG-8090
- I confirmed that the socket was unable to connect prior to my diff stack
- I confirmed that after applying my diff stack, the SUCCESS action was dispatched, and the socket was able to connect afterwards
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
keyserver/src/responders/update-responders.js | ||
---|---|---|
13 ↗ | (On Diff #41141) | I wonder if we need to do something special here for users that haven't acknowledged the latest policies. I'm worried that eg. the socket normally won't allow those users to connect, but perhaps we're allowing them to circumvent that by just calling this endpoint. cc @kamil, do you recall how the keyserver <> client socket code handles this case? |