Releases: flewsoftware/tcp.io
Releases · flewsoftware/tcp.io
v1.1.0
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
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
v1.0
licence: added MIT licence