-
### What is the problem this feature would solve?
Currently, my project is experiencing a delay of 8 to 10 seconds in receiving network(client) responses from certain server.
~~(Perhaps the target…
-
esp32 wroom devkit c
platformIO
- platform : espressif32@6.5.0
- board : esp32dev
- framework : arduino
- build_flags = -std=gnu++11 -D DEBUG_ESP_PORT=Serial
arduinoWebSockets : 2.4.1 - us…
-
In the scenario where a websocket connection is closed before being accepted by the server, the WebSocketSession currently throws an `AssertionError` due to the received message not being type `"webso…
-
### Version
3.8.5
### Summary
We are currently working on a migration from Apollo2 to Apollo3 and see a bunch of `IllegalArgumentException: Flow has more than one element` thrown when receivi…
-
1.
install new binance-connector-python(3.7.0)
2.
install binance-futures-connector(4.0.0)
3.
Run below code:
`from binance.websocket.spot.websocket_api import SpotWebsocketAPIClient
def me…
roc1 updated
4 months ago
-
Hello Yubiuser,
many thanks for providing this docker container.
Is it possible to add the necessary dependencies to use the [meta plugins](https://github.com/badaix/snapcast/tree/develop/server/etc…
-
### The problem
Working ok, but warning appears in log
### What version of Home Assistant Core has the issue?
core-2024.11.1
### What was the last working version of Home Assistant Core?
_No resp…
-
If a websocket datalink client sends a command that results in an error, a ERROR datalink packet is sent back with a reason, which is helpful. But the ringserver also closes the connection without goi…
-
### Context
_No response_
### Bug description
static onAuth's request object:
```
{
headers: {
accept: 'application/json',
'content-type': 'application/json',
host: 'localhost:5…
-
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 …