Skip to content

Releases: nshafer/phx

v0.2.5

19 Mar 01:36
Compare
Choose a tag to compare

Changes

  • Reverted faulty connecting closing logic in 0.2.4 that caused a hang on disconnect.
  • Refixed a rare panic when disconnecting a Socket using WriteControl instead of WriteMessage.
  • Fixed delay when reconnecting after a read error.

Full Changelog: v0.2.4...v0.2.5

v0.2.4

18 Mar 19:11
Compare
Choose a tag to compare

Changes

  • Fixed a rare panic when disconnecting a Socket.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

20 Dec 17:11
Compare
Choose a tag to compare

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

03 May 16:59
Compare
Choose a tag to compare

Changes

  • Add changelog links.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

03 May 16:46
Compare
Choose a tag to compare

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

01 Jun 19:18
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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