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
Use UcpListener to connect to peers instead of our own connection. This will enable us to exchange the socket address to communicate with UCX. UCX keeps the connection alive, which allows it detect peer disconnection, which should help with reliability of the rapids shuffle.
This also removes TCP code that was added to exchange UCX's WorkerAddress, so it should end up cleaning code required for this exchange.
The text was updated successfully, but these errors were encountered:
Use
UcpListener
to connect to peers instead of our own connection. This will enable us to exchange the socket address to communicate with UCX. UCX keeps the connection alive, which allows it detect peer disconnection, which should help with reliability of the rapids shuffle.This also removes TCP code that was added to exchange UCX's WorkerAddress, so it should end up cleaning code required for this exchange.
The text was updated successfully, but these errors were encountered: