This is similar approach to what's implemented on web worker: https://phab.comm.dev/D11299
Details
Details
Connect two devices, send message trough Tunnelbroker and add sleep to processing, make sure each messages are processed in sequence.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/tunnelbroker/tunnelbroker-context.js | ||
---|---|---|
282–289 ↗ | (On Diff #39383) | Wondering how this would behave if one of the calls to peerToPeerMessageHandler fails. |
lib/tunnelbroker/tunnelbroker-context.js | ||
---|---|---|
282–289 ↗ | (On Diff #39383) | peerToPeerMessageHandler should fail/throw - to confirm message to TB regardless of success or error while processing |