Unsubscription callback triggering immediately
Hey!
I am currently using Bun that's queried via a Vue application.
For some reason the unsubscribe callback in my observable's return function always triggers immediately. If I don't clear my event from the event emitter, I can see that data does reach the client.
0 Replies