Tags: marcluque/Hydra
Tags
Fixed a little bug that wouldn't allow one to create a client or serv… …er without creating a session listener. Fixed a problem with the packet class. The byte buffer was being passed incorrectly, which would cause encoding and decoding problems. Also added an option for the server to distribute packets via a selection of algorithms. Algorithms are going to come by time. In the next commit the examples are going to be adjusted to the changes. Bumped to version 1.6.0.
Introduced sending objects without the usage of a packet, as Hydra ha… …ndles that internally with a StandardPacket class. Therefore reworked the examples and provided explanations for the usage. Also added javadoc for the new introduced methods. Bumped to version 1.5.0.