We need to do it per device, not per message to avoid creating multiple sessions in parallel.
Details
Details
Test DM ops (text messages, settings, reactions, etc.)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- land
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/tunnelbroker/peer-to-peer-context.js | ||
---|---|---|
131–133 ↗ | (On Diff #43775) | It might look a little better as a map instead of a for. |
lib/tunnelbroker/peer-to-peer-context.js | ||
---|---|---|
134 ↗ | (On Diff #43789) | Why do we still go through each message one-by-one, instead of in parallel? |
lib/tunnelbroker/peer-to-peer-context.js | ||
---|---|---|
134 ↗ | (On Diff #43789) |