Do we remove listeners when using the socket.once method #4778
Unanswered
ElmcHostedApplications
asked this question in
General
Replies: 1 comment
-
Hi! No, calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I create a listener using the once method do I still need to remove the listener or is the listener automatically removed. I just want to make sure I don't get to many listener in the react native project
Do we need to use
socket.off
Beta Was this translation helpful? Give feedback.
All reactions