(RTC10) The client library should never register any listeners for internal use with the public @EventEmitter@ interfaces (such as @connection#on@) or message/event subscription interfaces (such as @channel#subscribe@) in such a way that a user of the library calling @connection#off()@ or @channel#unsubscribe()@ to remove all listeners would result in the library not working as expected
(RTC10) The client library should never register any listeners for internal use with the public @EventEmitter@ interfaces (such as @connection#on@) or message/event subscription interfaces (such as @channel#subscribe@) in such a way that a user of the library calling @connection#off()@ or @channel#unsubscribe()@ to remove all listeners would result in the library not working as expected