无形浪子
2017-07-13 07:02spring websocket +stomp 发送数据大于65536报错
https://segmentfault.com/a/1190000006617344 //这个是案例
https://segmentfault.com/a/1190000006617344//这个文档
现在就是调用这个方法发送数据到后台直接页面就报错了
client.send(destination, {}, body);// 后面的json数据内容太多
下面是报的错误
org.springframework.messaging.simp.stomp.StompConversionException: The 'content-length' header 129794 exceeds the configured message buffer size limit 65536
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- 为什么AWS API Gateway Websocket发送错误
- websocket
- 2个回答
- 如何捕获像ctrl + c这样的OS信号并通过Go中的Gorilla WebSocket发送它们
- websocket
- 1个回答
- 为什么我的WebSocket客户端在发送消息后总是重新加载?
- javascript
- php
- websocket
- 1个回答
- spring cloud fegin调用文件上传报错
- spring
- 2个回答
- spring与websocket集成请求头报错
- spring
- websocket
- 解决方案
- 2个回答
换一换