-
The latest `websockets==14.0` update has caused Zendriver to crash on browser start, see here: https://github.com/stephanlensky/zendriver/issues/12.
For now, we have pinned an older version of `we…
-
seems like websocket requires descriptor to be set instead of being dynamic.
what's the ideal way of creating custom websocket field for frontend with reactive-dot?
![image](https://github.com/use…
-
### The problem
Receiving the below warning in the Core logs - is this a known issue or is there a fix?
Logger: homeassistant.components.simplisafe
Source: components/simplisafe/__init__.py:488
…
-
Have 2 servers:
NGINX Reverse Proxy @ 192.168.0.200
Movim @ 192.168.0.205
NGINX Config:
server {
listen 80;
server_name app.spacessocial.com;
# Redirect all HTTP traffic to …
-
First of all, thanks for the great HTTP.jl package, I really appreciate this project!
I've noticed an issue with the WebSocket implementation: when multiple async tasks send WebSocket messages, a r…
-
Hi there,
What would be the value of WS_URL / host to access websockets ?
Tried wss://clob.polymarket.com but doesn't seem to work.
-
Hey, I've tried this on the Original and the fork.
With this plugin enabled, I noticed that websockets seem to break and I get the following error within my traefik logs
```
2024-11-20T01:16:36-0…
-
### Documentation URL
https://docs.micropython.org/
### Description
Where is the built in websocket module documentation?
### Code of Conduct
Yes, I agree
-
### Description
Some users are actively seeking ways to disable HMR (#13994).
With HML enabled, and reactive components are partially rendered, it is unpredictable #18217 when page reload happen…
-
- Only 1 websocket can be open per user
### Not sure we can use the existing cookies if we just open a websocket, maybe on the initial req before it upgrades?
- Otherwise have to make an HTTP route …