You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2 methods on_connect and on_disconnect defined in message_bus.rb are not called anywhere.
Why not calling these 2 methods in add_client and remove_client (lib/message_bus/connection_manager.rb) as in the following commit (made in a fork of the gem) : dexem@39fb7a1 ?
The use case to implement here is to log the start of a long polling connection and its end (using on_connect and on_disconnect) in order to count the number of long polling connections at any time.
The text was updated successfully, but these errors were encountered:
The 2 methods
on_connect
andon_disconnect
defined inmessage_bus.rb
are not called anywhere.Why not calling these 2 methods in
add_client
andremove_client
(lib/message_bus/connection_manager.rb
) as in the following commit (made in a fork of the gem) : dexem@39fb7a1 ?The use case to implement here is to log the start of a long polling connection and its end (using
on_connect
andon_disconnect
) in order to count the number of long polling connections at any time.The text was updated successfully, but these errors were encountered: