Azure / azure-relay-java

Azure Relay Java SDK
MIT License
8 stars 9 forks source link

Replace JSR-356 WebSocket implementation with Jetty #89

Closed tvenhaus closed 1 year ago

tvenhaus commented 1 year ago

The Jetty WebSockets package (org.eclipse.jetty.websocket) has several advantages over the JSR-356 package (javax.websockets) including (but not limited to)...

jbjordan commented 1 year ago

All tests passed