You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, a question.
What are the reason for having a reconnected in DDP client?
Currently my app after open and close many parallel DDP client to the same DDP server it reconnects, why is it loosing the connection?
My DDP server doesn't crashes or show any error.
I am thinking about the overload with one DDP server, because each DDP client is subscribing and calling a method (depends the data).
There are some limit about having opened DDP client
The text was updated successfully, but these errors were encountered:
I've been seeing the exact same issue. I added a ddpclient.close() call inside my ddpclient's .disconnect callback, and then manually reconnect after that. Seems to be working so far.
Hello everyone, a question.
What are the reason for having a reconnected in DDP client?
Currently my app after open and close many parallel DDP client to the same DDP server it reconnects, why is it loosing the connection?
My DDP server doesn't crashes or show any error.
I am thinking about the overload with one DDP server, because each DDP client is subscribing and calling a method (depends the data).
There are some limit about having opened DDP client
The text was updated successfully, but these errors were encountered: