Revision history for Perl module Net::WebSocket
0.01 Wed Mar 22 2017
- Initial release
0.02 Thu Mar 23 2017
- Add this Changes file. :)
- BREAKING: Rename Endpoint “timeout” method to “check_heartbeat”.
- Fix missing Call::Context dependency.
0.021 Thu Mar 23 2017
- Remove stray Call::Always usage in tests
0.03
- “out” parameter to Endpoint constructor is made optional since
non-blocking I/O should empty out the write queue manually anyway.
- Refactor ping handling behavior into its own module. It could be
reusable potentially?
- EINTR-trapping logic is now distributed separatedly as IO::SigGuard,
which is now a dependency.
- Demos now favor IO::Events
- Shell server demo now included.