Skip to content

HKMP release v0.1.1

Compare
Choose a tag to compare
@Extremelyd1 Extremelyd1 released this 08 Mar 12:44
· 459 commits to master since this release

Minor release of HKMP.
This release potentially has some fixes for the networking issues that the last version was having. The networking code now deals with packets that arrive fragmented or incomplete and need to be read in parts before being used. Moreover, the TCP and UDP data read methods are now being called (almost) immediately after reading from the streams to minimize downtime and missed packets. This also means that the handling of received data had to be done synchronously.
Note that I have done only limited testing on this release, so bugs and glitches might still occur.

No new features unfortunately.