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
Start WS2Manager with an invalid url (api.bitfinex.com/ws/2 instead of wss://api.bitfinex.com/ws/2) and try to subscribe to one of the channel (for example call subscribeTicker('tBTCUSD').
Additional Notes:
The text was updated successfully, but these errors were encountered:
adrian-gierakowski
changed the title
wsManager swallows socket.open/auth errors
WS2Manager swallows socket.open/auth errors
Dec 7, 2020
Issue type
Brief description
I believe the following 2 errors should be emitted by the WS2Manager instead of just being logged:
bitfinex-api-node/lib/ws2_manager.js
Lines 284 to 288 in fabfc1c
bitfinex-api-node/lib/ws2_manager.js
Lines 276 to 281 in fabfc1c
Steps to reproduce
Start WS2Manager with an invalid url (
api.bitfinex.com/ws/2
instead ofwss://api.bitfinex.com/ws/2
) and try to subscribe to one of the channel (for example callsubscribeTicker('tBTCUSD'
).Additional Notes:
The text was updated successfully, but these errors were encountered: