springboot websocket 设置长连接时间
在@ServerEndpoint类中的
@OnOpen
public void onOpen(Session session)方法 中 session.setMaxIdleTimeout(3600000);
在@ServerEndpoint类中的
@OnOpen
public void onOpen(Session session)方法 中 session.setMaxIdleTimeout(3600000);