Skip to content

Releases: ThatOneToast/tnet

v1.0.4

Choose a tag to compare

@ThatOneToast ThatOneToast released this 14 Apr 21:55
0e909c7

Client now takes a resource
Broadcast handler has access to the resource.

TSocket methods changed from mutable references of self to references.

v1.0.3

Choose a tag to compare

@ThatOneToast ThatOneToast released this 20 Mar 19:26

Attribute handler system

Full Changelog: 1.0.2...1.0.3

v1.0.2

Choose a tag to compare

@ThatOneToast ThatOneToast released this 07 Mar 17:19

When reconnecting a server, often times would enter into a dis/connect loop between client and server. - FIXED

v1.0.1

Choose a tag to compare

@ThatOneToast ThatOneToast released this 07 Mar 14:59

Reconnecting logic for sockets.
Backup endpoints to fall over if main server is down,
exponential back off, in between re-connection attempts.

v1.0.0

Choose a tag to compare

@ThatOneToast ThatOneToast released this 05 Mar 16:39

Yay!