DDP.connect - where are the parameters explained?

I’ve checked the official documentation however I cannot find any reference to e.g.:

const remote = DDP.connect(workerHost, { retry: false });

I’ve got the recommendation of using the option retry: false here in the forum, however it seems to create too many problems in our app.

Can anyone point me to an URL where I can find all available options that the DDP.connect allows and what they mean?

Thanks in advance!

Thanks Harry but I don’t see anything about { retry: false } in the source code still.

And

// hack. see below.

is interesting :wink:

1 Like
2 Likes