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
Instead of server.connection() can we rename it to server.listener() or server.connectionListener()? Since its not creating a real connection to anything and is more about setting up a listener I think its more specific to rename it.
Instead of
server.connection()can we rename it toserver.listener()orserver.connectionListener()? Since its not creating a real connection to anything and is more about setting up a listener I think its more specific to rename it.