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 implementation of channel is very cpu intensive if we create channel per go routine. It would be more cpu friendy if we implement the reconnect over a connection and not over the channel itself, possible provide an config option to not auto reconnect for channel.
The text was updated successfully, but these errors were encountered:
The implementation of channel is very cpu intensive if we create channel per go routine. It would be more cpu friendy if we implement the reconnect over a connection and not over the channel itself, possible provide an config option to not auto reconnect for channel.
The text was updated successfully, but these errors were encountered: