EventMachine v1.0.5 Release Notes
Release Date: 2015-02-02 // over 10 years ago-
- ๐ง use monotonic clocks on Linux, OS X, Solaris, and Windows [#563]
- use the rb_fd_* API to get autosized fd_sets [#502]
- โ add basic tests that the DNS resolver isn't leaking timers [#571]
- โก๏ธ update to test-unit 2.x and improve various unit tests [#551]
- โ remove EventMachine_t::Popen code marked by ifdef OBSOLETE [#551]
- ๐ ruby 2.0 may fail at Queue.pop, so rescue and complain to $stderr [#551]
- ๐ set file handle to INVALID_HANDLE_VALUE after closing the file [#565]
- ๐ use
defined?
instead of rescuing NameError for flow control [#535] - ๐ fix closing files and sockets on Windows [#564]
- ๐ fix file uploads in Windows [#562]
- catch failure to fork [#539]
- ๐ use chunks for SSL write [#545]