Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix[Chat_room]:QUIT指令帶參數BUG #11

Closed
readera193 opened this issue Oct 11, 2019 · 0 comments · Fixed by #12
Closed

fix[Chat_room]:QUIT指令帶參數BUG #11

readera193 opened this issue Oct 11, 2019 · 0 comments · Fixed by #12

Comments

@readera193
Copy link
Owner

readera193 commented Oct 11, 2019

問題:
QUIT指令後面有參數時,會導致client的sendThread進入無窮迴圈

原因:
沒有檢查QUIT參數數量

調整項目:
指令為QUIT且不帶參數才執行userQuit()

readera193 pushed a commit that referenced this issue Oct 11, 2019
問題:
QUIT指令後面有參數時,會導致client的sendThread進入無窮迴圈

原因:
沒有檢查QUIT參數數量

調整項目:
指令為QUIT且不帶參數才執行userQuit()

Closes #11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant