Closed WayneUong closed 5 years ago
When I use abernix/meteord:onbuild to deploy. The meteor uses xhr polling instead of ddp and it's very slow. Is there a reason for this? App functions normally when deployed with mup and abernix/meteord:base.
abernix/meteord:onbuild
abernix/meteord:base
This isn't because of abernix/meteord:onbuild, more than likely it's because you have a proxy in front of the server which doesn't support WebSockets!
When I use
abernix/meteord:onbuild
to deploy. The meteor uses xhr polling instead of ddp and it's very slow. Is there a reason for this? App functions normally when deployed with mup andabernix/meteord:base
.