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 current implementation of the NettyAsyncHttpProvider and NettyWebSocket do not properly reassemble fragments into messages (as per the web socket spec), nor do they correctly invoke the onFragment and onMessage callbacks. I have create a fix for this but am a Github noob and have no idea how to submit the patches.
The text was updated successfully, but these errors were encountered:
…red. Once the last fragment has been received the full message will be passed to the listener.
Original functionality can be re-enabled by setting the BUFFER_WEBSOCKET_FRAGMENTS to false on the GrizzlyAsyncHttpProviderConfig instance.
…red. Once the last fragment has been received the full message will be passed to the listener.
Original functionality can be re-enabled by setting the BUFFER_WEBSOCKET_FRAGMENTS to false on the GrizzlyAsyncHttpProviderConfig instance.
The current implementation of the NettyAsyncHttpProvider and NettyWebSocket do not properly reassemble fragments into messages (as per the web socket spec), nor do they correctly invoke the onFragment and onMessage callbacks. I have create a fix for this but am a Github noob and have no idea how to submit the patches.
The text was updated successfully, but these errors were encountered: