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
What's the best way to protect against someone on the front end simply using while(true){client.emit('i am spammer', true)} to flood my server with messages?
What's the best way to protect against someone on the front end simply using
while(true){client.emit('i am spammer', true)}
to flood my server with messages?The text was updated successfully, but these errors were encountered: