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


Bug Description
The messages will be sent without the need for logging in when a login attempt is repeated by someone.
If the command
:oluis 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

