EventMachine v1.2.1 Release Notes

Release Date: 2016-11-17 // over 7 years ago
    • Throw strerror(errno) when getsockname or getpeername fail [#506, #683]
    • ๐Ÿ‘‰ Use a single concrete implementation of getpeername/getsockname, the rest pure virtuals [#683]
    • ๐Ÿ‘‰ Use gai_strerror to get the failure string from getaddrinfo [#719, #744]
    • ๐Ÿ›  Fix deregistering descriptor when using KQUEUE [#728]
    • ๐Ÿ›  Fix to enable to work an example code in EM::Pool [#731]
    • ๐Ÿ‘ LineText2: Add regular expression delimiter support [#706]
    • ๐Ÿ’Ž Pure Ruby: EM rescue ECONNREFUSED on initial TCP connect [#741]
    • ๐Ÿ’Ž Pure Ruby: EM SSL (working start_tls) [#712]
    • ๐Ÿ’Ž Pure Ruby: EM fixes [#707]
    • Java: Use Acceptors to get peer and sock names if not present in Connections [#743]