EventMachine v1.0.4 Release Notes
Release Date: 2014-12-19 // over 10 years ago-
- โ add starttls_options to smtp server [#552]
- ๐ fix closesocket on windows [#497]
- ๐ fix build on ruby 2.2 [#503]
- ๐ fix build error on ruby 1.9 [#508]
- ๐ fix timer leak during dns resolution [#489]
- โ add concurrency validation to EM::Iterator [#468]
- add get_file_descriptor to get fd for a signature [#467]
- add EM.attach_server and EM.attach_socket_server [#465, #466]
- calling pause from receive_data takes effect immediately [#464]
- reactor_running? returns false after fork [#455]
- ๐ fix infinite loop on double close [edc4d0e6, #441, #445]
- ๐ fix compilation issue on llvm [#433]
- ๐ fix socket error codes on win32 [ff811a81]
- ๐ fix EM.stop latency when timers exist [8b613d05, #426]
- ๐ fix infinite loop when system time changes [1427a2c80, #428]
- ๐ fix crash when callin attach/detach in the same tick [#427]
- ๐ fix compilation issue on solaris [#416]