Skip to content

Releases: 3cb/ssc

v0.7.2

20 Feb 22:29
@3cb 3cb
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
add tests

v0.7.1

20 Feb 20:03
@3cb 3cb
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
send quit signal directly to read/write goroutines

v0.7

20 Feb 05:17
@3cb 3cb
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release
  • type SocketPool renamed to Pool
  • All stacks combined into one -> rw.stack
  • controlPing removed. Pinging now managed by controlWrite
  • rename Drain() method to Stop()
  • add RemoveSocket(), Count(), and List()

v0.6

13 Feb 18:02
@3cb 3cb
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

-> PoolConfig has been removed
-> NewSocketPool() now take a slice of strings for server URLs (or empty slice for client pool) and a time.Duration for PingInterval

v0.5

29 Jan 00:28
@3cb 3cb
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
add syntax highlighting for README