Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在服务器上使用 Jetty,在客户端使用 Android Autobahn。当我尝试从服务器发送大数据(最多 150 000 字节)时,我在客户端收到错误:“WebSockets 协议违规”。但服务器调用“writeSuccess()”处理程序。如果我发送更少的 150 000 个字节,那么就可以了。
如何发送大数据?