-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autobahn WebSocketServer failures in jetty 10 #3216
Comments
@lachlan-roberts fyi currently autobahn is in branch |
@olamy I was getting some failures of the autobahn tests locally and I made some changes to fix them however the failures in https://jenkins.webtide.net/job/nightlies/job/jetty-10.0.x-autobahn/ look different to the ones I was getting |
removed maxFrameSize from CompressExtension now use the WebSocketChannel.getMaxFrameSize() to fix a bug where a change in the WebSocketChanel maxFrameSize was not reaching the CompressExtension create dummy WebSocketChannel in tests using CompressExtension without a channel to replace the setter for maxFrameSize increased the maxFrameSize in AutobahnWebSocketNegotiator to fix autobahn tests being over maxFrameSize after being inflated Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
related to #3166 |
there are instructions how to install and run it in the javadoc of the AutobahnWebSocketServer i just run the AutobahnWebSocketServer through the IDE then run the command |
ah ok I didn't know this AutobahnWebSocketServer.java I have to update both branches to use that :) |
…ahnWebSocketServerFailures Issue #3216 - Autobahn WebSocketServer failures in jetty 10
fix existing Autobahn WebSocketServer failures in jetty 10
The text was updated successfully, but these errors were encountered: