• Eduardo Sanz García's avatar
    Register a `connect` listener at class instantiation · 0e909e57
    Eduardo Sanz García authored
    Previously, if the user tried to register a listener called `connect`, it
    could lead to problems and result in the channel not be connected.
    
    With this change, we reserve the `connect` name for internal purposes,
    and if a user tries to register the `connect` listener it would result
    on an error been raised.
    0e909e57
bridge.js 4.97 KB