Sergeyfrolov Gotapdance Versions Save

Moved to https://github.com/refraction-networking/gotapdance

1.1.1

7 years ago

Highlights:

  • Bug fix: panic (slice bounds out of range) observed in production, when couldSend>totalToSendLeft, but couldSend < totalToSendLeft+headerSize.
  • Feature: temporary backoff.

1.1

7 years ago

1.1-rc1

7 years ago

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

v1.0-rc2

7 years ago

0.9a

7 years ago

An old client with numerous locks and concurrency issues. Released for comparison with newer channel-based architecture.