-
### Checked for duplicates
Yes - I've already checked
### Is this a regression?
No - This is a new bug
### Version
2.11.12
### Describe the bug
It appears that we are issuing the same hasura su…
-
Hi,
I found a problem that WebSocket server never send back WebSocket Close Connection when server output is infinite. Some WS libraries can't close connection because of this problem(At least [Socke…
-
See https://github.com/StreamElements/api-docs/blob/main/docs/Websockets.md, the link at the top, and the links in the `socket.on` comments are all broken.
-
**Describe the bug**
Cubestore does not support the `HugeInt` type used by `duckdb`
I have first encountered the bug with the on-prem cube, but I have been able to reproduce it on the `cube clou…
-
Is there a way to define a stomp endpoint as a node property?
If not, how can I do to connect it?
As an example, here is the command I use to connect with Python:
ws = websocket.create_connection…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi,
I've been started using with Centrifugo in the past week.
I'm using the raw Websocket endpoint which uses this library under the hood.
I'm experiencing a situation where per-message-deflate…
-
When establishing a websocket connection to the trades endpoint, and respecting the ping / pong strategy. Then my connection gets closed by finnhub's server after 3 hours of communication.
```
202…
-
I am using Sirius Web to build a diagram editor (see my fork: https://github.com/Gelio/CAL-web). I have gotten to a point that I want to enable authentication and authorize users so they only see proj…
-
Hi,
I was able to configure a simple websocket and exchange some message, fairly straightforward, congrats!.
I am wondering how would be the best approach for authentication. My api/rest endpoints…