-
### Connection
```coffeescript
wss://test.mosquitto.org
```
### Error
```js
java.io.IOException: WebSocket Response header: Incorrect upgrade.
```
-
One of the weaknesseses of Message queueing protocols (MQP) is that it is a little different from HTTP.
The easiest/most usual or common type of service to validate for security is HTTP and validatin…
-
Hello
As I understand you are responsible for the MicroPython development and also you introduced PyMakr.
I wanted to use PyMakr with ESP8266, but I found that PyMakr has only Telnet and Serial conn…
-
I'm trying to run a proxy server on port 8081 that can re-route http traffic and socket.io traffic. I'm using express server because I use passport for authentication.
I can get http-proxy to route …
-
According to [README.md](https://github.com/stuicey/SSHy/blob/master/README.md#installation), SSHy is compatible with websockify when you use wrapper.html and insert the correct websocket endpoint.
…
-
Hello Sam,
Can you add Websocket support for Binance Futures?
Thank you for your work!
-
Curious to find out if the webSockets protocol is able to be used, when using this handler?
Upon my first trials with it, it seems to be trying to create a longPolling client, which is less than idea…
-
So I happen to be trying to visit this on shitty airplane WiFi which I don't think supports WebSockets which is causing this behavior.
Tried to compile as much Network information from Chrome and Fir…
-
First of all thank you for your great effort.
I am wondering if it is possible to implement websockets using this library and maybe be able to use the Pusher library https://github.com/krohling/Arduin…
-
Is it possible to use native websockets instead of socket.io?