-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Description
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.
crossoverJiecrossoverJie
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

