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
If a new connection is established to the router using UDS and due to some reason the router is stopped, autobahn uses the same reconnect mechanism that it uses for TCP based transports.
IMO we could avoid doing the unneeded retry attempts if the UDS path doesn't exist. Having that feature would also mean that local clients can connect to the router instantly as soon as the UDS becomes available. (or at least on the next try if router workers take some time to fully start)
The text was updated successfully, but these errors were encountered:
om26er
changed the title
unix socket: Should not try to reconnect if UDS doesn't exist
Should not try to reconnect if unix socket doesn't exist
Mar 25, 2022
If a new connection is established to the router using UDS and due to some reason the router is stopped, autobahn uses the same reconnect mechanism that it uses for TCP based transports.
IMO we could avoid doing the unneeded retry attempts if the UDS path doesn't exist. Having that feature would also mean that local clients can connect to the router instantly as soon as the UDS becomes available. (or at least on the next try if router workers take some time to fully start)
The text was updated successfully, but these errors were encountered: