Releases: nshafer/phx
Releases · nshafer/phx
v0.2.3
Changes
- Fixed locks acquired during write operations to hopefully fully fix the rare panic on reconnects.
Fixes #5. Thanks @timadevelop.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
Changes
- Fixed rare panic due to concurrent access to callback bindings.
- Fixed clearing of Push reply handler on error.
- Updated some documentation to be clearer, such as providing custom Dialer in NewSocket.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes
- All callbacks are now called in a new goroutine, so that if they block or take too long, it does not interfere with other callbacks or important parts of the library, such as heartbeats.
Full Changelog: v0.1.5...v0.2.0