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.
ワーカーへの DDP 接続があるとします。
var worker = DDP.connect(workerUrl);
将来、そのワーカーへの接続が突然失敗した場合、Meteor は接続を解決するために何回再試行しますか? そして、いつそれをしますか?