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
now, the all above modules have the same targetState() & currentState() code, should be modulized & well tested, to make sure all the state are well monitor & managed.
after this, Watchdog should work better, and we can dig deeper for how to deal with browser problems, i.e.: killed by operation system or hang with no reason.
The text was updated successfully, but these errors were encountered:
now, the all above modules have the same
targetState()
¤tState()
code, should be modulized & well tested, to make sure all thestate
are well monitor & managed.[ ] Bridge Class[ ] Server ClassStateMonitor Class: https://github.com/wechaty/wechaty/blob/master/src/state-monitor.ts
after this,
Watchdog
should work better, and we can dig deeper for how to deal with browser problems, i.e.: killed by operation system or hang with no reason.The text was updated successfully, but these errors were encountered: