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
Hello, I have some code that should only start when the entire subscription event is finished, so I placed this code inside the 'eose' event. However, I noticed that the 'eose' event, when using a relay pool, is being called more than once when there are relays with connection errors.
My question is if there is another way to wait for the end of the subscription event.
The text was updated successfully, but these errors were encountered:
I don't think that's it. I believe it's just me not knowing how to use the tool correctly, and I thought I could find the answers here, but I guess I was mistaken.
I did some more tests today, and the event "eose" triggered only once, even with connection errors. I really don't know if in my previous code I was calling the event more than once.
Hello, I have some code that should only start when the entire subscription event is finished, so I placed this code inside the 'eose' event. However, I noticed that the 'eose' event, when using a relay pool, is being called more than once when there are relays with connection errors.
My question is if there is another way to wait for the end of the subscription event.
The text was updated successfully, but these errors were encountered: