
CodeTalker
A simple library to abstract away networking
CHANGELOG
Changelog
Version 1.2.0
- Adds a packet wrapper to graceful handle when the client does not have the same mods installed as the sender.
- Adds a MetaInf table to the packet wrapper for use later without breaking the packet version each time
- BREAKING Changes packet version to 2, clients on older versions will not be able to communicate with version 2 or higher clients.
Version 1.1.4
- Adds a config file option for Packet Debugging. This is meant for developers to see all traffic and debug packet issues. It is
FALSE
by default. Please only enable if you need it, because it is likely slow
Version 1.1.3
- Exception logging will ignore type load errors for the sake of debugging. This is a minor change aimed at developers
Version 1.1.2
- Adds much smarter exception handling to help users understand where networking errors occur and what mod is to blame
- Lowers network buffer to 4kb from 10kb for better memory usage