-
# This is a Bug Report
## Description
- What went wrong?
Using AWS WebSocket API Gateway. I removed the $default route function definition from my serverless.yml file and deployed it corr…
-
* psygnal version: latest 0.11.1
* Python version: 3.10
* Operating System: Mac OS (ARM64), Raspberry Pi OS (ARM), Ubuntu 24.10 (x86); all in docker
## Issue Description:
There seems to be a …
-
### Describe the bug
In `@WebSocketGateway`, `I18nContext.current()` returns undefined.
```
import {
MessageBody,
SubscribeMessage,
WebSocketGateway,
WebSocketServer,
WsResponse,
…
-
`WebSockets` is good, because `only one connection` is opened between `client` and `server`.
This is like TCP sockets + handshake is supporting there.
No need to send many [XHR](https://ru.m.wikiped…
-
In my opinion, at the moment, one of the weaknesses of the Spring framework is the failure to finish Rsocket and Websocket in Webflux mode for Spring-cloud-gateway, even making a message broker that s…
-
**Describe the bug**:
I was expecting APM to help me understand whats going within my websocket connections (Django + Channels + Daphne). However, the very first line of `ASGITracingMiddleware` igno…
-
Websockets are great for one-off notifications but not for request/response style communication.
Currently most of the API is actually following the request/response pattern which means that the Fr…
-
Hello guys.
I've ported lighttpd + mod_websocket over a an embedded sys (Nios II with uClinux) without a lot of trouble. I've made an experiment using websocket and it works great. Now the time for th…
-
First of all, want to say thank you all for the impressive and powerful framework!
I like it! Keep rocking!
Issue:
## Evvironment
flutter 3.0.0 (latest)
dart 2.17.0 (latest)
## Use case
…
-
We frequently notice that submissions get stuck in the queue. This happens with RabbitMQ when incoming messages rate is greater then outgoing messages.
How can we solve this issue?
- Can we hav…