The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-Async-WebSocket

0.06    CHANGES:
         * Added on_handshake test/continuation for early-aborting connections
           if required (patch by David Leadbeater) (RT#83436)

0.05    CHANGES:
         * Pass all arguments from send_frame into Protocol::WebSocket::Frame
           constructor (RT79202)

0.04    CHANGES:
         * Updated for Protocol::WebSocket 0.009 - s/to_string/to_bytes/

0.03    CHANGES:
         * Use IO::Async::Protocol->connect from 0.34

0.02    CHANGES:
         * Bugfixes for getaddrinfo that isn't on Linux
         * Created some example scripts and SYNOPSIS code samples

0.01    First version, released on an unsuspecting world.