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
And when I execute this I receive the following exception:
System.InvalidOperationException
HResult=0x80131509
Message=There is already one outstanding 'SendAsync' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.
Source=System
StackTrace:
at System.Net.WebSockets.WebSocketBase.<SendAsyncCore>d__47.MoveNext()
When the second call to CreateSubscriptionStream is made.
If I debug step by step, it's working fine. How could I know that the web socket is ready?
The text was updated successfully, but these errors were encountered:
pdufrene
changed the title
subscibing to several subscriptions
subsribing to several subscriptions throws an InvalidOperationException
Jul 27, 2020
pdufrene
changed the title
subsribing to several subscriptions throws an InvalidOperationException
subscribing to several subscriptions throws an InvalidOperationException
Jul 27, 2020
Hi,
I am using version 3.1.3 of GraphQLClient and in my code I am subscribing to several subscriptions:
And when I execute this I receive the following exception:
When the second call to CreateSubscriptionStream is made.
If I debug step by step, it's working fine. How could I know that the web socket is ready?
The text was updated successfully, but these errors were encountered: