-
## Environment Details
* GlassFish Version: 6.2.2 (also with 6.1 and 5.1)
* JDK version: OpenJDK 17
* OS: Linux
----------
## Problem Description
All that needs to be done is configure a…
-
### Is your feature request related to a problem? Please describe.
Use of CWE-200 is now discouraged as other more specific alternatives exist.
![image](https://github.com/user-attachments/asset…
-
The websocket client is closed, but there are still messages being received. Our business wants the old messages to be discarded, but we have not found the code to clear the message queue. Is this a s…
-
### Detailed Description of the Problem
I previously had some trouble running stable Haproxy versions, so I switched to the current development code (see issue #2751).
When running these 3.1 preview…
-
Hi
How I can pass awc stream to actix_web_actors::ws::start?
It's expected Result but framed is Result
```
let con=awc::Client::new()
.ws(url)
.connect().await;
match con {
…
-
### Describe the Bug
While trying to subscribe to same event more than 10 times, Directus throws the following warning:
```
(node:99122) MaxListenersExceededWarning: Possible EventEmitter memory …
-
## todo
* [ ] generate openrpc specs starting from V files
* [ ] test openrpc files in playground
* [ ] host playground in vweb server (make function for it), put files in weblibs as needed
* [ ] mec…
-
Periodically, 5-10 times per hour, my script crashes into a fatal error. Here is the log:
- _Connection closed abnormally while awaiting message; Code 1006 (ABNORMAL_CLOSE); Reason: "TCP connection…
-
Hi!
I use this client example:
https://github.com/zaphoyd/websocketpp/blob/master/examples/telemetry_client/telemetry_client.cpp
How can I code a exception handling if the client cannot connect to…
-
The current [`WebSocketClient`](https://github.com/lagom/lagom/blob/master/service/core/client/src/main/scala/com/lightbend/lagom/internal/client/WebSocketClient.scala) used by Lagom is written direct…