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
I have an asynchronious queued Job which is dispatched from modal on submit from MainScreen
The Job makes some stuff and then puts some data to the db table, which is queried on the MainScreen
So the questions is that, when the async Job is done, i want it to show Toast and update data on the MainScreen
How can i do it? I suppose that it could be done via event listener using may be pusher, but i don't understand how i can fire toast on pusher message to socket
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone!
I have an asynchronious queued Job which is dispatched from modal on submit from MainScreen
The Job makes some stuff and then puts some data to the db table, which is queried on the MainScreen
So the questions is that, when the async Job is done, i want it to show Toast and update data on the MainScreen
How can i do it? I suppose that it could be done via event listener using may be pusher, but i don't understand how i can fire toast on pusher message to socket
I believe there is more easy way to do it
Beta Was this translation helpful? Give feedback.
All reactions