-
- @elsirion : We could make the cln plugin emulate the same abstractions as lnd, use websockets for both instead of stream api. standardize on the lnd integration and the cln plugin can live outside t…
-
Currently, if the browser loses it's connection to the websocket, it never attempts to reconnect and you are required to reload the page. It'd be nice if it could just reconnect.
-
Nikoheart via Discord:
For users who may have multiple OBS instances active and needing operation happening from Firebot to affect both, it would be super convenient
-
As written at the top of the [README.md](https://github.com/websockets-rs/rust-websocket/blob/master/README.md) of websocket:
> |**Note: Maintainership of this project is slugglish. You may want to…
-
### Is your feature request related to a problem?
At present, variables and transactions must be sent as a single query to the websocket interface to function properly, such that the following:
…
-
Binance.us does not seem to be using websockets correctly.
2024-09-02 16:07:34,331 ERROR ConfigurationWebInterfaceModel Error when checking binanceus exchange credentials: binanceus 418 I'm a te…
-
Version: Deno 1.40.4
`server.shutdown()` should wait for websockets to close to prevent leaking `serverWebSocket`, abort() should force close websockets
```js
const port = 3006;
Deno.test('h…
e3dio updated
1 month ago
-
### Describe the issue
Currently every example of websockets in the agentchat_websockets.ipynb notebook involves creating a server like so:
with IOWebsockets.run_server_in_thread(on_connect=on_con…
-
It would be really cool for the extension to also support websockets. If it is out of scope then it may serve as an idea for new extension ;-).
zdila updated
2 weeks ago
-
aiohttp has out of the box websocket support.
So it should be easy to integrate in the transport.