
SpringCloudGateway
背儿头
清醒时做事,糊涂时读书,大怒时睡觉,独处时思考; 做一个幸福的人,读书,旅行,努力工作,关心身体和心情,成为最好的自己.
展开
-
websocket 断开连接 reason :Max frame length of 65536 has been exceeded
服务架构 springcloudspringbootspringcloud gateway 网关问题:客户端连接websocket,握手正常,服务端和客户端正常交互,停一会就客户端就会出现 WebSocketBase::onCloseWrapper code : 1009 reason: The decoded text message was too big for the output...原创 2020-04-03 17:18:37 · 1848 阅读 · 0 评论 -
websocket SpringCloud Gateway onCloseWrapper code : 1009 reason:Max frame length of 65536
问题:websocket客户端和服务端正常交互,但是发现会断开连接,不知道什么原因,客户端断开提示: WebsocketBase::onCloseWrapper code : 1009 reason:Max frame length of 65536 has bean exceeded. remote:true大致意思还是 服务端处理不了这么大的数据帧,数据超过了65536 ,和上一个问题报的...原创 2020-04-03 17:46:29 · 792 阅读 · 0 评论 -
SpringCloud健康检查404 GET "/actuator/health", parameters={} Completed 404 NOT_FOUND
SpringCloud健康检查404 GET “/actuator/health”, parameters={} Completed 404 NOT_FOUND2019-12-13 16:15:45.032 DEBUG 1196 --- [nio-8891-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.spri...原创 2019-12-13 16:23:36 · 6060 阅读 · 0 评论