-
I want to implement a websocket tunnel to my node js server which is in the cloud.
In my mind it would work like this
esp connects to server ( from intranet to internet )
server serves an http pa…
-
When I close the WebSocket my python program prints out the following error:
ERROR:brukva.client:Connection lost
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/bruk…
Chri updated
11 years ago
-
It would be really cool to process the audio in real time using something like this https://github.com/NVIDIA/NeMo/blob/stable/examples/asr/asr_cache_aware_streaming/speech_to_text_cache_aware_streami…
-
**Describe the Bug**
Error after subscription client.
**To Reproduce**
```
/// server
import { ApolloServer } from 'apollo-server-express';
import express from 'express';
import { useServer }…
-
```
(node:22384) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'get' of undefined
at C:\Users\sayad\OneDrive\Desktop\Dynomixcs utils\Events\Init\ready.js:15:41
at Map.fo…
-
**Version**: redis-py 4.5.1, redis-stack
**Platform**: Python 3.9.12 on Ubuntu 20.4
**Description**:
To give some context, I have a notifier that publishes a user_info dict in redis every tim…
-
Thanks for the package, It will be great to see Redis as a backing store
Attached some useful links
https://github.com/encode/starlette/issues/133
https://github.com/bergran/websockets_starlette_…
-
onConnectError does not trigger on middleware reject, also as other events connecting, error ,disconnect and others completely broken.
Server version: 4.6.1
Client version: 2.0.2
Server code:
…
-
### Describe the bug
The error occurs intermittently, approximately once every 5,000 requests. It appears to be a well-known httpx [issue](https://github.com/encode/httpx/discussions/2056).
We i…
-
Hi!
In differece to the http api, websockets currently (as far as I know) does not support any way for handle backpressure. In the source code the send methods of websocket are marked as non blocking…