-
Hi!
I’m really excited about this project! I have a similar one that uses JavaScript.
I would like to include an option for Speech-to-Text (STT). I’ve found that the Facebook model provides bett…
-
**What happened (please include outputs or screenshots)**:
After exactly 300sec of idle, exec commands streamed with `stream` loose their connection, even though
* pod is still running,
* The proc…
-
Ideally, I'd like to use the CSRFMiddleware on a websocket route. But at present, the CSRFMiddleware makes hits an assertion error whenever the websocket route is accessed:
## Error
```
.venv/l…
-
I'm trying to get this example from the README to work:
```js
import WS from 'jest-websocket-mock';
it('tests websocket', async () => {
const server = new WS("ws://localhost:1234");
const…
-
## websocket connection is closing. but no Exception raise
I can't know whether a connection is available?
```bash
websocket connection is closing.
socket.send() raised exception.
```
```p…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
I've been using Lacinia subscriptions to handle AWS event stream responses, to stream those events back to the client.
It seems that the values passed to the subscription callback function are not…
jkxyz updated
4 months ago
-
This is a very nifty thing you've built and I'm excited to use it, but currently I'm having trouble making it work due (I believe) to TLS issues. I'm having a similar issue to #14 , although I'm not u…
-
To test the basic usage of [websockets](https://pypi.org/project/websockets/), I want to start a server and test the return string from client, I think server and client should be in separate thread.
…
-
### Describe the bug
Although we can set the `max_size` value when we create the Surreal() WebSocket connection, this is not propagated to the actual websocket connection. Therefore, when we request …