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
Today I learned that when you have a connection in a channel, and you broadcast a message to that channel, Cable will log once for each connection on that channel...
So this means, if you have a chat channel with 100 users, and you send "hi", your server will log out the "hi" broadcast 100 times:
Today I learned that when you have a connection in a channel, and you broadcast a message to that channel, Cable will log once for each connection on that channel...
So this means, if you have a chat channel with 100 users, and you send "hi", your server will log out the "hi" broadcast 100 times:
For now, you can disable logs with
Cable::Logger.level = :none
The text was updated successfully, but these errors were encountered: