-
How do i know when a client closes its socket connection?
```
public async Task AcceptWebSocketsAsync(WebSocketListener server, CancellationToken cancellation)
{
await Task.Y…
-
I have the following ```MyConsumer``` class:
```
from channels.generic.websocket import WebsocketConsumer
from channels.exceptions import StopConsumer
import json
class MyConsumer(WebsocketCo…
-
### The problem
```
Logger: spotipy.client
Source: components/spotify/media_player.py:415
First occurred: 12:18:53 PM (1 occurrences)
Last logged: 12:18:53 PM
HTTP Error for GET to https://api…
-
# Bug report
events not fired in suscription for channel with row level filters
## Describe the bug
Row level filtering in the channel, not allow detect events for delete operations
## To Repr…
-
I am trying to connect to a jsonrpc websocket with your library but it doesn't work.
The strange thing is that every other library including manual implementation with tokio-tokio_tungstenite works a…
-
Using simple-websocket from git commit 32ec52 and Gunicorn 21.2.0.
When a client closes the websocket, the following is logged:
```python
[ERROR] Socket error processing request.
Traceback (most r…
-
Let's say I have a `createOrg` route in my app, which is called when a user attempts to create a new organisation. In this route, I create an org record in my DB and a Stripe Customer. To ensure both …
-
### Description
Calling Abort() or Dispose() on a server WebSocket originating from a HttpListener does nothing with the underlying TCP connection, when run on Linux. The connection simply remains …
-
Hello
I have noticed poor results when measuring round trip performance from a server running on my PC, to a client running on an ESP32 using the arduinoWebSockets library, over my local network. I…
-
- **Package Name**: azure-servicebus
- **Package Version**: 7.12.3
- **Operating System**: Linux
- **Python Version**: 3.12
**Describe the bug**
After upgrading, we received the error `Caught e…