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
I used websockify c as a testbed, but there were a couple glitches.
SSL seems to be unsupported but there's some code that tries to link to it.
There are several chuncks of code that expect the payload of messages to be
encoded with base64, but that doesn't seem to be a thing. I nuked the thoughts
of base64.
There might have been a few other tweaks. If anyone is paying attention to this, I"ll work with you
to provide a satisfactory pull request.
The text was updated successfully, but these errors were encountered:
I used websockify c as a testbed, but there were a couple glitches.
SSL seems to be unsupported but there's some code that tries to link to it.
There are several chuncks of code that expect the payload of messages to be
encoded with base64, but that doesn't seem to be a thing. I nuked the thoughts
of base64.
There might have been a few other tweaks. If anyone is paying attention to this, I"ll work with you
to provide a satisfactory pull request.
The text was updated successfully, but these errors were encountered: