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
It's not essential, but it would be nice to have a standard so other developers don't have to think about naming too much and can know what format to expect.
Thoughts?
The text was updated successfully, but these errors were encountered:
Is there a reason why the event naming convention is different across listeners.
For example looking at
hangout::joined
andparticipantsChanged
,.socket.on("hangout::joined", function(data) {
and
socket.on("participantsChanged", function(data) {
It's not essential, but it would be nice to have a standard so other developers don't have to think about naming too much and can know what format to expect.
Thoughts?
The text was updated successfully, but these errors were encountered: