tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints/introduction
https://tangle.tools
Apache License 2.0
14 stars 4 forks source link

[TASK] Fix race conditions in networking #489

Closed tbraun96 closed 5 days ago

tbraun96 commented 5 days ago

The networking layer, under heavy loads, could lose order in messages being sent, especially messages sent when multiple streams were involved on a single connection.

This task should seek to find, resolve, and squash and bugs related to the aforementioned issue. Finally, stress tests need to be added to prove the issues have been fixed.

tbraun96 commented 5 days ago

Closed by #486