-
I just installed py-shiny on a fresh Windows installation. I'm getting an issue where any time the shiny app is killed, the terminal freezes. If I run a shiny app with `shiny run`, then when I press c…
-
It seems that there is no way to set custom code and reason when closing websocket connection in Python application (WebSocket Connection Close Code and Reason Protocol Spec: https://tools.ietf.org/ht…
-
### Description of the bug / feature
Since switching to the default Push transport (#10931) we always get an “Exception in push connection” when logging out.
Note: the exception is not thrown when…
-
**Description**
I am using a Python based Websocket server version **5.4.1** and a React JS based Websocket client version **4.3.2**.
My application is connecting to 10 Websocket servers from 1 clie…
-
### Description
Whenever I respond to an interaction URL request with a defer, it goes through as normal, and Discord says that the "Application is thinking". However at random occurrence, whenever…
-
```
app.post('/text-to-speech-timestamps', async (req, res) => {
try {
const audioStream = await client.textToSpeech.streamWithTimestamps("pMsXgVXv3BLzUgSXRplE", {
text: req.body…
-
I'm trying to send a JSON payload with websocket transport from server to client. The message is always sent as binary, even though the payload is text. This may cause compatibility issues with other …
-
Currently, our system sends complete event bodies through websockets to clients. These event bodies can be over 1MB in size, leading to inefficient data transmission and high memory consumption in bro…
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
a vmess link (with ws and tls) works fine in v2ray and xray:
`vmess://ew0KICAidiI6ICIyIiwNCiAgInBzIjogIjIwMjQt…
-
Hi, I created my own background runner and it is working ok, with basic JavaScript. The problem starts when i need to connect using Websocket. I also tried to import some packages but i wont let me do…