File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/com/oronaminc/join/websocket/config Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010import org .springframework .web .socket .config .annotation .WebSocketMessageBrokerConfigurer ;
1111import org .springframework .web .socket .config .annotation .WebSocketTransportRegistration ;
1212import org .springframework .web .socket .handler .WebSocketHandlerDecoratorFactory ;
13+ import org .springframework .web .socket .server .support .HttpSessionHandshakeInterceptor ;
1314
1415import com .oronaminc .join .websocket .handshake .CustomHandshakeHandler ;
1516import com .oronaminc .join .websocket .session .CustomWebSocketHandlerDecorator ;
@@ -58,7 +59,8 @@ public void registerStompEndpoints(StompEndpointRegistry registry) {
5859 // .setAllowedOriginPatterns("*")
5960 // .addInterceptors(new HttpSessionHandshakeInterceptor())
6061 // .setHandshakeHandler(handshakeHandler)
61- ;
62+
63+ //;
6264
6365 registry .setErrorHandler (stompErrorHandler );
6466 }
You can’t perform that action at this time.
0 commit comments