摘要: 场景 创建SocketIOServer时利用 isAuthorized 做了身份验证,当验证失败时返回false,虽然服务并没有建立起来,但是前端会不断进行轮询,从而造成一定的资源浪费。 @Bean public SocketIOServer socketIOServer() { Configura 阅读全文
posted @ 2020-05-18 17:52 冬凛 阅读(6332) 评论(0) 推荐(0)