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
Hello, I tried to send default ping frame message like this
byte[] pingFrame = new byte[] { 0x89, 0x00 };
await client.SendAsync(pingFrame);
But websocket connection closed after it. Please explain how to send default ping frame message
The text was updated successfully, but these errors were encountered:
Hello, I tried to send default ping frame message like this
byte[] pingFrame = new byte[] { 0x89, 0x00 };
await client.SendAsync(pingFrame);
But websocket connection closed after it. Please explain how to send default ping frame message
The text was updated successfully, but these errors were encountered: