Details
Details
Tested later in the stack.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- publish-device-token
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/types/tunnelbroker/peer-to-peer-message-types.js | ||
---|---|---|
115 | Just curious - why do we need the invalid token value? |
lib/types/tunnelbroker/peer-to-peer-message-types.js | ||
---|---|---|
115 | To handle some race conditions and messages delivered with delay:
In case 3 we just ignore the message because we're invalidating a different token (implemented in D12912). |
lib/types/tunnelbroker/peer-to-peer-message-types.js | ||
---|---|---|
115 | Okay, this makes perfect sense to me, thanks for explaining |