Releases: good-tcp/gtcp-python
Releases · good-tcp/gtcp-python
v0.3.3 Alpha
Removed print statements from server.py
v0.3.2 Alpha
Added options dictionary to constructors and made encryption optional.
v0.3.0 Alpha
Introduced callback functions for request-response styled events.
v0.2.10 Alpha
Optimized server performance.
v0.2.9 Alpha
This release optimized the byte conversions for performance, added an "end" event to handle client disconnect, and made the client synchronous.
v0.2.5 Alpha
This release improved the backend to better take advantage of structs.
v0.2.4 Alpha
This release mostly improved multithreading (before the server could not handle multiple sockets) and rooms (before .to() methods could not be chained to emit to several sockets).
v0.2.0 Alpha
This release represents the first functioning build of this package.