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
Am I using the token incorrectly? Connecting to a server that I know is unavailable causes the behavior. In the above code, the app remains responsive for 10 seconds, the it locks up for about another 30 seconds and eventually throws the cancellation error.
The text was updated successfully, but these errors were encountered:
On iOS, it appears that using a cancellationtoken locks up the app and just hangs when the socket is really waiting to timeout. Here is the code:
` socket = new TcpSocketClient();
Am I using the token incorrectly? Connecting to a server that I know is unavailable causes the behavior. In the above code, the app remains responsive for 10 seconds, the it locks up for about another 30 seconds and eventually throws the cancellation error.
The text was updated successfully, but these errors were encountered: