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 using nodejs, I create new EventSource(url) then add listEventsoure variable and call onmessage.
If I foreach listEventSource and call item.close(). All event close.
And I clean listEventsoure ( not call method close). But onmessage still working.
Is there an id to identify the generated event source object?
How can I find, check EventSource exists and close it.
The text was updated successfully, but these errors were encountered:
I using nodejs, I create new EventSource(url) then add listEventsoure variable and call onmessage.
If I foreach listEventSource and call item.close(). All event close.
And I clean listEventsoure ( not call method close). But onmessage still working.
Is there an id to identify the generated event source object?
How can I find, check EventSource exists and close it.
The text was updated successfully, but these errors were encountered: