-
I am not sure if it's out of scope, but adding a websocket client could be nice (nicer than the alternative messing with html files or bookmarklets). Did you ever consider this?
-
Socket mode receiver fails to make a successful connection due to `WebSocket error occurred: Unexpected server response: 409` error. Retries after this error occurs may eventually lead to a successful…
-
I have a GUI connecting to a back-end via a WebSocket to receive status updates. Long interval between these updates is normal. When there is no activity on the websocket for 30 seconds, I receive a c…
-
### What would you like to share or ask?
Hello, i asked this question on discord and was recommended to post it here. I have a working solution but the UI updates very slowly so any recommendations…
-
### What Roadmap is this project for?
Front End Roadmap
### Project Difficulty
Advanced
### Add Project Details
## Overview
Create a real-time chat application that allows users to communicate w…
-
**Is your feature request related to a problem? Please describe.**
Websocket sessions could reach thousands when thousands of users have the client app open.
Yet, the only option to reduce that is t…
-
Version: Deno 2.0.0-rc.3
**Describe the bug**
Error when run module @gradio/client with deno 2
**Reproduce**
```javascript
import {
Client,
} from "https://cdn.jsdelivr.net/npm/@gradio/…
-
I'm trying to use `after_this_websocket` to cleanup some long-running tasks that go alongside websocket connections. It appears this isn't called reliably enough for me to use it as a cleanup. My serv…
-
Not sure what's wrong, ip address of camera is correct, I can ping the camera from the docker instance. Everything in the debug log says it's working up until a remote connection is requested over por…
-
I'm working on the [python-kraken-sdk](https://github.com/btschwertfeger/python-kraken-sdk) and encounter strange behavior, where the websocket connection doesn't get properly closed when the connecti…