-
[WebSocket compression](https://datatracker.ietf.org/doc/html/rfc7692) (permessage-deflate) is now well-supported in browsers.
Has anyone attempted to add it to NanoHTTPD?
(For context: For very…
-
I have installed all requirements, although this line imports binance without any issue:
`from binance.client import Client`
But this line shows error:
`from binance.websockets import BinanceSocket…
-
This crate will be the basis for it: [https://docs.rs/async-tungstenite/0.8.0/async_tungstenite/index.html](https://docs.rs/async-tungstenite/0.8.0/async_tungstenite/index.html)
It only provides `t…
-
Both
`base.Context.WebSocket.Close();`
and
`this.Sessions.CloseSession(this.ID);`
do not close the websocket correctly. This then results in many issues, including the application refusing to shu…
-
heroku labs:enable websockets
I just got this error message `! No such feature: websockets` after executing `heroku labs:enable websockets`
-
It would be extremely useful if this would include an option to show all currently open websockets, and the data that was exchanged with some client information. Furthermore, in general, it would be n…
-
The APIs currently offered by Akka HTTP for WebSockets don't allow a WebSocket to be cleanly proxied (at least as far as I can tell). This is particularly a problem if building a general purpose HTTP…
-
**Describe the bug**
Currently, there is no option to disconnect from a websocket connection.
**Expected behavior**
Add a function a `disconnect` function
**Environment (please complete the fo…
-
-
Hi,
would it be possible to add the option in the app, to connect via web sockets? I'm trying to connect with a javascript browser app and the browser only allows communication over web sockets.