0

ポート 8888 で Nitrous.io ボックス (nodes.js サーバー) に接続する websocket c++ コードを使用しました。

接続が閉じられた一定時間(1分)後にサーバーとクライアント間の転送がない場合にのみ、すべてが正常に機能します。

サーバーがNitrous.ioボックスではなく他のサーバーでホストされている場合、同じクライアントはうまく機能します

Nitrous.io websocket に何か制限があるのだろうか?

4

1 に答える 1

0

Currently within nginx.conf of the Nitrous boxes, the value keepalive_timeout 5 is most likely causing the timeout of your WebSockets connection.

Unfortunately without root access this cannot be adjusted, but we (the Nitrous team) will look into increasing this value in an update. I'll update this thread once we have an update.

于 2014-06-04T17:23:55.887 に答える