-
I am interested in using Channels to support both my HTTP async requests, as well as websockets.
There are millions tutorials out there on how to implement websocket, and that part is very clear t…
-
Step for this error,
1. Open the WebSocket in worker
2. Use any websocket test client
3. Close WebSocket in the client, below error will throw.
```
workerd/server/server.c++:2347: error: Unc…
-
This issue mostly discussed some bugs relating to async channels behaviour: #46 . It also noted we could instrument Channels better.
We already instrument normal Django views run under Channels bec…
-
```
[E:pyppeteer.connection] connection unexpectedly closed
Task exception was never retrieved
future:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/websocket…
xncbf updated
4 years ago
-
Surprisingly, Electron's IPC module blocks the renderer process, even when using it in "async" mode. The solution looks to be using [WebSockets](https://medium.com/actualbudget/the-horror-of-blocking-…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The dependencies do not get injected for the following code:
```
@UseFilters(new Ws…
-
### Describe the feature
Add support for WebSocket APIs in Python
### Use Case
Consistency with remainder of PDK
### Proposed Solution
Need to add the following:
- [ ] Runtime: opera…
-
-
Hi,
I'm using WorkflowCore in an [ASP.NET](http://asp.net/) Core Web API backend and calling publishEvent from a controller. Since the event is processed by the workflow as a background task, I'm u…
-
**Describe the bug**
I recently reinstalled all modules and the futures websocket suddenly stopped working (no exceptions thrown). Downgrading to "websockets==9.1" resolved the issue.
**To Repro…