Skip to content

Commit 8145fa0

Browse files
authored
Update WebSocketConfig.java
1 parent 790be9a commit 8145fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/oronaminc/join/websocket/config/WebSocketConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer;
1010
import org.springframework.web.socket.config.annotation.WebSocketTransportRegistration;
1111
import org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory;
12+
import org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor;
1213

1314
import com.oronaminc.join.websocket.handshake.CustomHandshakeHandler;
1415
import com.oronaminc.join.websocket.session.CustomWebSocketHandlerDecorator;

0 commit comments

Comments
 (0)