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
Bug Description
The messages will be sent without the need for logging in when a login attempt is repeated by someone.
If the command :olu is used, it will be observed that it does not display your user ID, despite the ability to send messages.
Can I submit a Pull Request (PR) to fix the bug?
Reproduce
step:
route.start()
server.start()
client1.start() and user1.login()
client2.start() and user1.login()
client2.stop()
user1.sendMessage()
Expected results
The message can be sent by logged-in users; users who are not logged in cannot send messages.
Screenshot
The text was updated successfully, but these errors were encountered:
Bug Description
The messages will be sent without the need for logging in when a login attempt is repeated by someone.
If the command
:olu
is used, it will be observed that it does not display your user ID, despite the ability to send messages.Can I submit a Pull Request (PR) to fix the bug?
Reproduce
step:
Expected results
The message can be sent by logged-in users; users who are not logged in cannot send messages.
Screenshot
The text was updated successfully, but these errors were encountered: