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
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
I have been trying to track down a problem with ground:db and ended up on this package that seems to cause a very unstable ddp connection on cordova.
It is very easy to reproduce, just create a blank project and add dispatch:kernel.
This is the single file on my project and when I run it on a device I can see in the console the status of the connection going offline online every few seconds.
@raix I have been commenting out the part that extend Meteor in the lib and it fixed my problem.
Is there a measure/benchmark showing how much improvement this can bring to meteor ?
Thanks
deeeed
changed the title
meteor:dispatch makes cordova ddp always disconnect/reconnect
meteor:dispatch makes ddp unstable (continuously disconnect/reconnect)
Jun 1, 2016
I have been trying to track down a problem with ground:db and ended up on this package that seems to cause a very unstable ddp connection on cordova.
It is very easy to reproduce, just create a blank project and add dispatch:kernel.
This is the single file on my project and when I run it on a device I can see in the console the status of the connection going offline online every few seconds.
The problem is that after each reconnection the client re-subscribe to the publication and download the data again and again.
The text was updated successfully, but these errors were encountered: