Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Releases: flewsoftware/tcp.io

v1.1.0

04 Feb 08:14
Compare
Choose a tag to compare

Changelog

  • fixed: race condition in client and server
  • fixed: fixed bug that would crash if client doesn't have a event handler that is bound to the event
  • fixed: removed a random println in Client.Connect()
  • fixed: removed a random println in s.Listen()

V1.0.1

04 Feb 05:36
Compare
Choose a tag to compare

Changelog

  • Random Id generator can be replaced with a custom one
	io := server.Server{Events: map[string]server.ConnectionHandler{},
       Config: server.Config{Addr: ":8080"}, 
       RandFunc: func() int {
		return 1
       }}

V1.0

03 Feb 16:17
Compare
Choose a tag to compare
v1.0

licence: added MIT licence