On the fourth day of software development, two bug fixes were first made today.
- After adding the time display function, the private chat cannot be done normally.
The problem lies in: The service side identifies the sending object of the private chat message by identifying the ":", adding the time after the ":" Location changes, not the correct nickname. Workaround: Add the identifier after the nickname.
- After the nickname is duplicated, there will be more false users
The problem is: The server side hints that the nickname is not disconnected after the alias, but the port name to save the user, change the nickname after the link again, the previous port is also displayed, Workaround: Closes the connection after prompting the error. Fix bug Add new function, shortcut key: Add a key to the input box to listen 1. Now after entering a message in the message window, you can simply press ENTER to send it without clicking the Send button. Realize: Press ENTER after entering a different dialog box to perform the relevant functions directly
- Press the "↑" key to automatically enter the previous message in the input box.
|