Hi, I am trying to trigger the notification by listening to some events from my custom component that is connected to a websocket. For every event that occurs I pass a new value to my custom component but it does not reflect the changes instantly. I have to reload the retool app page to notice the updates.
Is there a way to set up a listener in retool that will listen to the events coming from my websocket server ?
Hi djamara! Andrew here from Retool. This sounds like a really interesting way to utilize Retool custom components. Can you share a bit more about the implementation? Is the notification originating in your custom component or are you trying to surface Retool Library's alert component based on the websocket response?