Bug #224
"Find Group Chat" might block forever
Status: | Closed | Start: | 10/25/2009 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Engine IRC | |||
Target version: | 0.7 | |||
Complexity: | Medium |
Found in Version: | ||
Votes: | 0 |
Description
The "Find Group Chat" feature requests a list from the server and might block forever, there should be some kind of timeout defined something like 30 seconds. Also the possible replies the IRC server sends should be more tested as depending on the IRCd they reply different codes!
Related issues
related to Smuxi - Bug #263 | Find group chat should use wildcard by default | Closed | 01/02/2010 |
History
Updated by Mirco Bauer 5506 days ago
For example:
2009-10-25 18:03:22,868 [WriteThread (irc.oftc.net:6667)] DEBUG SOCKET - sent: "LIST smuxi" 2009-10-25 18:03:22,923 [ReadThread (irc.oftc.net:6667)] DEBUG SOCKET - received: ":solenoid.oftc.net 521 meebey_ :Bad list syntax, type /QUOTE HELP LIST"
Updated by Mirco Bauer 5437 days ago
- Target version changed from 0.8 to 0.7
Updated by Mirco Bauer 5434 days ago
- Complexity set to Medium
Updated by Mirco Bauer 5429 days ago
- Status changed from New to Closed
I can't reproduce this issue anymore because of the workaround / fix seen in #263. I believe that's good enough for now as the search operation itself is cancelable and thus shouldn't be able to block forever.