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 会重试多少次以解决连接问题?它什么时候这样做?