-
## Have you discussed it?
- [x] I have discussed this feature request in discussions, and developers ask me directly to create an issue here.
### Discussed in https://github.com/WSH032/fastapi-p…
-
**Using Stream Generator Like Async Dynamic Generator for Concurrent Text Generation**
**Description**:
Hello,
I have been working with the stream generator and I am wondering if there is …
-
File "/Users/.../.venv/lib/python3.12/site-packages/bxsolana/provider/ws.py", line 7, in
from . import jsonrpc_patch # noqa: F401, Used for side-effect patching
^^^^^^^^^^^^^^^^^^^^^^^^^…
-
Hello team,
we have a two-computer-setup with Matlab & Titta being on one computer (Linux, Ubuntu 24.04), and TobiiProLab, the Tobii Eye Tracker Manager on the other computer (Windows 10 Educationa…
-
When you call close on a Framed stream, it does not actually close or shutdown the underlying socket fd.
See (https://github.com/tokio-rs/tokio-io/issues/80). I tested the parallel-server from the ex…
-
I have the following frontend code which sends audio data over a websocket in the browser (using the microphone):
```javascript
const webSocket = new WebSocket('ws://127.0.0.1:3000');
webSocket.o…
-
Using the minimal example websocket code the quart server hangs on CTRL+C until all clients have closed their connections.
This also applies to SSE examples.
`app.py`
``` python
from quart…
tf198 updated
2 weeks ago
-
Recently, AWS AppSync published details of their websocket subscription workflow (https://docs.aws.amazon.com/appsync/latest/devguide/real-time-websocket-client.html). It is now possible to implement …
-
- **Package Name**: azure-communication-callautomation
- **Package Version**: 1.3.0b1
- **Operating System**: MacOS 15.0.1 (24A348)
- **Python Version**: 3.11.7
**Describe the bug**
When using …
-
### Describe the feature
Add support for WebSocket APIs in Java
### Use Case
Consistency with remainder of PDK
### Proposed Solution
Need to add the following:
- [ ] Runtime: operation handler…