TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.47k stars 2.57k forks source link

Provide way to start the client/server as daemons #1391

Closed PhilipRoman closed 7 months ago

PhilipRoman commented 7 months ago

This is a rewrite of #1201

I've rebased it on top of master, fixed style issues, removed unnecessary fields in subclasses and added a test case.

Fixes #888 Fixes #1390

z1c0 commented 7 months ago

That's fantastic news! @marci4 is there already a planned release date for 1.5.6?

PhilipRoman commented 7 months ago

@z1c0 I just wanted to mention that if you want to get latest features from any Git commit you can always use something like JitPack: https://jitpack.io/#TooTallNate/Java-WebSocket I used it in the past and it worked very well. While we try to make new features available at a reasonable speed, this tool is very useful to avoid relying on the release schedule.

marci4 commented 7 months ago

@z1c0 no plans, but I can make a release

z1c0 commented 7 months ago

@z1c0 no plans, but I can make a release

That would be very helpful as this would allow me to switch back to the original, unmodified version of this library.

(Adding additional repositories like JitPack unfortunately requires jumping over various organizational hurdles ... )