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
Is your feature request related to a problem? Please describe.
currently it just added the push notification config to the task and the only way to trigger push notifications is through on_message_send_stream() method
Describe the solution you'd like
Should both on_message_send_*() methods start a background task to fire the push notifications? or should there be a pushnotification service that picks up tasks from the event queue and fires push notifications? @holtskinner in case you have any thoughts on this.