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
BC break: Switch from (deprecated) clue/connection-manager to react/socket-client
and thus replace each occurance of getConnect($host, $port) with create($host, $port)
(#1)
Fix: Timeouts in ConnectionManagerTimeout now actually work
(#1)
Fix: Properly reject promise in ConnectionManagerSelective when no targets
have been found
(#1)