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
Java Version
$ java -version
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)
Question
When the websocket is disconnected, onError is rarely called and "Broken pipe" is displayed in Reason.
OnError has not been called on the connection destination. No error log is output either.
What causes broken pipe instead of timeouts?
Does it occur when client and server perform disconnect operations at the same time?
Is it okay to ignore it?
Due to system limitations, we are using version 9.
If this problem does not occur even after upgrading, I would like to consider upgrading.
The text was updated successfully, but these errors were encountered:
But just means that the connection was closed when you were trying to write.
The WebSocket implementation has been completely re-written for the newer versions of Jetty, I would expect onError to be called in the newer versions.
Jetty Version
Jetty9.4
Java Version
$ java -version
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)
Question
When the websocket is disconnected, onError is rarely called and "Broken pipe" is displayed in Reason.
OnError has not been called on the connection destination. No error log is output either.
What causes broken pipe instead of timeouts?
Does it occur when client and server perform disconnect operations at the same time?
Is it okay to ignore it?
Due to system limitations, we are using version 9.
If this problem does not occur even after upgrading, I would like to consider upgrading.
The text was updated successfully, but these errors were encountered: