-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
AFAIK there's no way to call removeListener on a channel. This poses some questions:
-
When I create a raw channel, and it stops (
onStoppedevent), are the listeners garbage collected or do they persist? Can I safely set the variable holding the reference to the result ofcreateRawChannelto undefined, then create a new raw channel, without leaking memory? -
If I want to de-register a listener for a running channel, and register a new listener, how do I handle that?
Reactions are currently unavailable