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]