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
The server send an error frame, then the client occur exception "Size must be > 0"
Version
4.4.3~4.4.5
Context
I encountered an exception which looks suspicious while a connection has connected, the client sends a stomp frame again, then the server will send an error frame with empty body. However , error frame will be "content-length" head, and the value is 0 because of empty body, then while the client read the error frame will occur an exception "java.lang.IllegalArgumentException: Size must be > 0", because content length is 0.
Steps to reproduce
The client has connected to the server.
The client send stomp frame again.
The client occur exception "Size must be > 0".
The text was updated successfully, but these errors were encountered:
Questions
The server send an error frame, then the client occur exception "Size must be > 0"
Version
4.4.3~4.4.5
Context
I encountered an exception which looks suspicious while a connection has connected, the client sends a stomp frame again, then the server will send an error frame with empty body. However , error frame will be "content-length" head, and the value is 0 because of empty body, then while the client read the error frame will occur an exception "java.lang.IllegalArgumentException: Size must be > 0", because content length is 0.
Steps to reproduce
The text was updated successfully, but these errors were encountered: