You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the network portion of the SDK to support multiplexing, which will allow the safe use of multiple rounds across multiple jobs that support enqueuing.
Checklist
Implement a multiplexer that works specifically for our network stack
Add enqueuing to the networking stack to not have missing messages due to eager/early sends
Add unit tests proving system works with many nodes sending many messages across different multiplexed channels
The text was updated successfully, but these errors were encountered:
Overview
Enhance the network portion of the SDK to support multiplexing, which will allow the safe use of multiple rounds across multiple jobs that support enqueuing.
Checklist
The text was updated successfully, but these errors were encountered: