-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
I'm not getting OnOpened Event after websocket close and reconnected. But websocket was reconnected successfully. Here is the error.
System.OperationCanceledException: The operation was canceled.
at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
at System.Collections.Concurrent.BlockingCollection`1.TryTake(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Collections.Concurrent.BlockingCollection`1.Take(CancellationToken cancellationToken)
at PureWebSockets.PureWebSocket.<StartSender>b__59_0()