Meteor.status() not change on disconnect -
meteor.status().status report "connected", if disconnect pc (ethx down)
it work if close meteor server.
how can notify if client connected (or not) server?
thanks in advance!
it takes while notice, keep in mind web browser isn't aware of hardware activities (ethernet disconnected, sudden loss of internet, etc). there couple of new apis out there html5 meteor doesn't yet use these & don't work under browsers.
the way tell try connect , watch errors/failures connect.
as heartbeat missed (not sure interval is), or run .call
,.insert
, etc , there isn't reply server status change disconnected.
Comments
Post a Comment