Skip to content

A bit of skeleton code to illustrate an apparent flushing / delivery problem with Jetty's web socket code.

Notifications You must be signed in to change notification settings

btab/Jetty-Websocket-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See the problem output PNG for an illustration where the client sends a batch of 5 messages twice and then a single message twice. Note that subsequent messages flush undelivered previous ones. Note this is mirrored on the console from the println statement in the test code (so it's not an artefact of the client).

To run: ./go.sh run

To test: open public/index.html, connect the socket and try sending different numbers of messages at once

About

A bit of skeleton code to illustrate an apparent flushing / delivery problem with Jetty's web socket code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published