This repository has been archived by the owner on May 22, 2020. It is now read-only.
Releases: sergeyfrolov/gotapdance
Releases · sergeyfrolov/gotapdance
TapDance/1.1.1: Spring 2017
Highlights:
- Bug fix: panic (slice bounds out of range) observed in production, when
couldSend>totalToSendLeft
, butcouldSend < totalToSendLeft+headerSize
. - Feature: temporary backoff.
TapDance/1.1: Spring 2017
User-Agent: point to tapdance.team/info
TapDance/1.1-rc1: Protobuf
Signaling layer now:
- Uses protobuf for everything, but first tagged incomplete HTTP request
- Bidirectional: client sends protobufs such as EXPECT_RECONNECT and SESSION_CLOSE to station
TapDance/1.0-rc2: goroutine engines
v1.0-rc2 Add NGINX testing decoy
TapDance/0.9a: old architecture
An old client with numerous locks and concurrency issues.
Released for comparison with newer channel-based architecture.