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
The idea is to have the internal timer which will be triggered only if we handle messages. The timer will be set to some amount of time (for example 5s). If new message is arrived in the meantime, we reset the timer back to 5s. If there are no new messages, we close the service after 5 seconds.
The paramter should be configurable from the outside the SDK.
The text was updated successfully, but these errors were encountered:
The idea is to have the internal timer which will be triggered only if we handle messages. The timer will be set to some amount of time (for example 5s). If new message is arrived in the meantime, we reset the timer back to 5s. If there are no new messages, we close the service after 5 seconds.
The paramter should be configurable from the outside the SDK.
The text was updated successfully, but these errors were encountered: