chilon (James Pike)
- Login: chilon
- Email: rubyissues@chilon.net
- Registered on: 07/13/2014
- Last sign in: 07/13/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/13/2014
-
07:35 PM Ruby Bug #10031 (Closed): Net::IMAP idle can still block a thread forever.
- When calling Net::IMAP idle often errors will go unnoticed forever, simply leaving the Thread that called "idle" blocking forever.
For example try bringing your internet connection down whilst a thread is calling the idle method, the ...