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.
私は流星のクライアント側の部分のみを使用したいのですが、常にサーバーに再接続しようとします (私の場合は astatic ngnix になります)。
これらの再接続を防ぐ方法はありますか?
これはハックですが、Meteor.default_connection._stream._retryTimeout(再接続を防ぐために) 大きな値を設定してからMeteor.default_connection._stream._lostConnection()(最初の接続試行を中止するために) 呼び出すことができます。
Meteor.default_connection._stream._retryTimeout
Meteor.default_connection._stream._lostConnection()