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
We should have a service that makes calls on an established connection back to services defined on the client. This service shouldn't be too complicated (require too much setup on the part of the client) or too simple.
Wakeup service: the client asks the server to "wake it up" after a prescribed amount of time. If the client service does not return an "awake" response (an enum Awake, Snooze), the server will keep trying.
The text was updated successfully, but these errors were encountered:
We should have a service that makes calls on an established connection back to services defined on the client. This service shouldn't be too complicated (require too much setup on the part of the client) or too simple.
See also:
Idea:
Awake
,Snooze
), the server will keep trying.The text was updated successfully, but these errors were encountered: