-
### Describe the bug
I was wondering if there was a difference in performance between Quarkus websocket implementation and Netty and to find out I did load testing. I wrote a test websocket servers i…
-
Salut,
Je tente de faire fonctionner le serveur.
J'essai d'envoyer un packet depuis le client vers le serveur. Pour le moment j'essai juste d'envoyer un objet contenant des coordonnées pour tes…
-
`NettyKyoServer` and `NettyKyoServerInterpreter` currently only support tapir capability R being `Any`, which means streaming and websockets are not supported.
Inspiration can be taken from:
- zio…
-
jbang fails while installing an application (jbang app install yaks@citrusframework/yaks) due to `CreateProcess error=206, The filename or extension is too long` on Windows.
**To Reproduce**
Steps to…
-
When using ktor with a `requestStream` handler like this
```kotlin
fun Application.module() {
install(WebSockets)
install(RSocketSupport) {
server = RSocketServer()
}
…
-
netty 4.1.16
chrome -> **netty-server** -> backend-server(websocket)
```
//After writing data to the browser
promise.addListener(new GenericFutureListener() {
@Override
…
-
1. https://github.com/real-logic/aeron
```
io.aeron
aeron-all
1.46.6
```
-
### Issue description
It's not clearly stated that websocket support is only available for netty server in the documentation
Plawn updated
2 years ago
-
"C:\Program Files\Java\jdk-11.0.2\bin\java.exe" -Djdk.tls.namedGroups=secp256k1“ -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabl…
-
### What happened?
Jenkins running a 35 minutes worth of tests on Chrome, Edge, and Firefox in parallel using Docker selenium grid. Chrome and Edge tests all passed but 6/7 minutes in I had a Firef…