EventMachine v1.0.1 Release Notes

Release Date: 2013-02-27 // over 12 years ago
    • use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation [#363]
    • fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt() [#248, #389]
    • ๐Ÿ›  fix memory leak when verifying ssl cerificates [#403]
    • ๐Ÿ›  fix initial connection delay [#393, #374]
    • ๐Ÿ›  fix build on windows [#371]