-
### The problem
I keep getting these in my logs since 2023.12.0b* but considering it was beta I figured it was just me and held off reporting anything.. Today I installed 2023.12.0 and I am still …
-
**Version**: d80e82a561ff714d1fa10c05786bb6fe124edbf0 (master)
**Platform** Macos m1
**Description**
The Ws provider does not seem to reconnect when the node restarts or the ws connection close…
-
`Websockets` doesn't seem to keep the connection alive as claimed in the docs (https://github.com/aaugustin/websockets/issues/110).
I'd suggest changing the **call** method of your WebsocketConnectio…
-
Version: Deno 1.45.5
Steps: start the server, start the client, wait for the client to call method `close`. Check the connections, I use `ss -atn | grep 3333` on linux (can use `lsof -i TCP:3333` o…
-
https://github.com/realcoloride/CoolWebSocketClient/blob/775c62b963542f1f11f482a83b42935426514938/CoolWebSocketClient.cs#L138
After the server gives me a response for logging off, I attempt to clos…
-
### Operating System
Ubuntu22
### Programming Languages
Python
### CCXT Version
4.3.42
### Description
Occasionally, this issue occurs when using ccxtpro to subscribe to transaction pair prices…
iockx updated
4 months ago
-
Recently, AWS AppSync published details of their websocket subscription workflow (https://docs.aws.amazon.com/appsync/latest/devguide/real-time-websocket-client.html). It is now possible to implement …
-
### Describe the Bug
While trying to subscribe to same event more than 10 times, Directus throws the following warning:
```
(node:99122) MaxListenersExceededWarning: Possible EventEmitter memory …
-
Hi
How I can pass awc stream to actix_web_actors::ws::start?
It's expected Result but framed is Result
```
let con=awc::Client::new()
.ws(url)
.connect().await;
match con {
…
-
### The problem
I'm running zwavejs on a different hardware then HA (docker on a NAS)
My Home Assistant zwave configuration, is something like : ws://fdqn:3000
Every time I stop / restart the doc…