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
What I'm trying to do with this library is that to connect a API server which accepts only WebSocket text frames and the server is not developed by me.
If both a server and a client developed by single team we can avoid using text frames but in such a case there's no choice.
Hi, thank you for providing awesome library.
I noticed this package only supports binary frames.
SimpleWebTransport/source/Common/SendLoop.cs
Line 163 in edd7633
Do you have any plan to support text frames?
The text was updated successfully, but these errors were encountered: