You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is normal, but on each cycle (keepAlive interval) rsocket sends duplicate empty requests like this :
(two requests and two responses in same interval)
Hello everyone,
I don't know if this is normal, but on each cycle (keepAlive interval) rsocket sends duplicate empty requests like this :
(two requests and two responses in same interval)
for this example , keepAlive = 10000, so every 10 seconds.
What's weird is that these aren't KEEPALIVE Frame (0x03)
Front Code :
Back Code (it is not important because the problem is in the connection phase) :
Network activity :
Environment + RSocket version(s) used:
OS:
Linux: Manjaro
Front:
VueJs 3
Webpack 5 + Typescript
"@types/rsocket-core": "^0.0.7",
"@types/rsocket-tcp-client": "^0.0.1",
"@types/rsocket-websocket-client": "^0.0.4",
"@types/sockjs-client": "^1.5.1",
Back :
openjdk version "16.0.2" 2021-07-20
OpenJDK Runtime Environment (build 16.0.2+7)
OpenJDK 64-Bit Server VM (build 16.0.2+7, mixed mode)
'org.springframework.boot' version '2.5.4'
+
implementation 'org.springframework.boot:spring-boot-starter-rsocket'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
The text was updated successfully, but these errors were encountered: