We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64674df commit 8c0501bCopy full SHA for 8c0501b
src/main/java/com/oronaminc/join/websocket/config/WebSocketConfig.java
@@ -10,7 +10,6 @@
10
import org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer;
11
import org.springframework.web.socket.config.annotation.WebSocketTransportRegistration;
12
import org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory;
13
-import org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor;
14
15
import com.oronaminc.join.websocket.handshake.CustomHandshakeHandler;
16
import com.oronaminc.join.websocket.session.CustomWebSocketHandlerDecorator;
0 commit comments