spring-framework/spring-websocket
Rossen Stoyanchev 4e6e47b726 Earlier detection of token authentication
Use a callback to detect token authentication (via inteceptor) thus
avoiding a potential race between that detection after the message is
sent on the inbound channel (via Executor) and the processing of the
CONNECTED frame returned from the broker on the outbound channel.

Closes gh-23160
2019-07-03 15:24:27 +01:00
..
src Earlier detection of token authentication 2019-07-03 15:24:27 +01:00
spring-websocket.gradle Leverage Jetty BOM 2018-07-18 14:49:49 +02:00