Marfusios/websocket-client

websocket.Subscribe

rubencafe opened this issue · 0 comments

When using the method Subscribe(Action onNext, Action onError) on the websocket, why is it that when onNext throw exception, onError is never called? When is onError called and used?