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 think there's a problem when stopping the stream, when the stream object is in a class. I have a class with 2 methods:
one to start the stream and receive data,
the other to end the stream
the problem is that when I .end() the stream, my log in my method is displayed, so the method has executed correctly, but I'm still receiving data and I can't end the stream.
I think there's a problem when stopping the stream, when the stream object is in a class. I have a class with 2 methods:
the problem is that when I .end() the stream, my log in my method is displayed, so the method has executed correctly, but I'm still receiving data and I can't end the stream.
Here is an example of the code
Thank you in advance for your reply.
The text was updated successfully, but these errors were encountered: