bug修复

This commit is contained in:
guo 2024-02-22 17:51:02 +08:00
parent 472a9062e1
commit eceb774701

View File

@ -12,7 +12,7 @@ import javax.websocket.WebSocketContainer;
@Configuration
public class WebSocketConfig {
/**
* 客户端配置
* 客户端配置/
*/
@Bean
public WebSocketContainer webSocketContainer() {
@ -20,4 +20,4 @@ public class WebSocketConfig {
webSocketContainer.setDefaultMaxSessionIdleTimeout(300000L);
return webSocketContainer;
}
}
}