ably / ably-ruby

Ruby client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
35 stars 19 forks source link

Improper use of EventEmitter [violation of RTC10] #413

Open sacOO7 opened 2 months ago

sacOO7 commented 2 months ago

┆Issue is synchronized with this Jira Task by Unito

sacOO7 commented 2 months ago

One of the solution would be to use internalEmitter that's specific to internal library. We use the same in case of ably-go https://github.com/ably/ably-go/blob/0885021e9c92c9895dfbeb644e71fa45936cd4ae/ably/realtime_conn.go#L1016 and https://github.com/ably/ably-go/blob/0885021e9c92c9895dfbeb644e71fa45936cd4ae/ably/realtime_channel.go#L1028