-
### Is your feature request related to a problem?
I cannot communicate with WebSocket servers that use the `permessage-gzip` extension.
### Describe the solution you'd like
`aiohttp` should provide…
-
for bypassing local ISP throttling, need custom headers configuration like "Host"
-
Enhance client-server communication using a socket over a TCP protocol connection. Allows for swift two-way communication between the client and server. I plan to use the WebSocket API or Socket.io AP…
-
Hi!
I installed the "Alexa Shopping List Sync" as an Add-on in my Home Assistant OS setup. I also installed the "Advanced SSH & Web Terminal" Add-on to execute the Python client-script to configure t…
-
2024-09-26 09:05:43.934 ERROR 16571 --- [pool-8-thread-4] org.web3j.protocol.core.filters.Filter : Error sending request
org.java_websocket.exceptions.WebsocketNotConnectedException: null
at org.j…
-
After upgrading to websockets 14, websockets.connect is raising the exception `NotImplementedError: transfer codings aren't supported` in a scenario that previously raised InvalidStatusCode (503). I w…
-
The specific failure names are found: https://gateway-api.sigs.k8s.io/implementations/v1.1/#httproute_1
-
Currently, the `onConnection` callback to `webSocketHandler` is untyped (it's just a `Function`).
```
Handler webSocketHandler(Function onConnection,
{Iterable? protocols,
Iterable? allo…
-
### What type of bug is this?
Unexpected error
### What subsystems are affected?
Standalone mode, Other
### Minimal reproduce step
使用MQTTX客户端通过websocket连接发送json数据导致服务端出错
### What did you expect …
-
1. What did you do? If possible, provide a simple script for reproducing the error.
发生问题的场景是:在微信小程序手机端使用mqtt.js连接swoole websocket服务器,发送连接报文时卡住,卡在MQTT那个位置,等到前端关闭连接,才会一起收到数据。通过Nginx代理swoole可以正常接收。已排除…