I have a situation where I need to timeout if my cloud service doesn't complete the subscription request on time. in case of client timeout, there's no clear way to abort service operation. I wish to close the notification channel on the client so user doesn't
receive notifications when client timed out that request.
is it possible/recommended to create multiple notification channels to receive toast notifications for the same app? this way, I can create one channel per service request and if that request times out I can close the channel and ensure user doesn't see
any unexpected notifications.