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 バイト未満を送信すると、機能します。
大きなデータを送るには?