firebase - '.info/connected' takes very long to respond -
i long wait between going offline , '.info/connected' handler being called.
in tests average wait 30 seconds long example notify user.
is configurable somewhere or there way reduce ?
(fb web interface on chrome)
the firebase client uses websockets connect servers. value of .info/connected
becomes false when underlying socket signals it's been closed, depends on socket provider (chrome in case). there no api in firebase sdk allows control this.
Comments
Post a Comment