islands-wars / commons

Utility class to connect to various databases
GNU General Public License v3.0
1 stars 0 forks source link

Messaging implementation with game server #1

Open Xharos opened 4 months ago

Xharos commented 4 months ago

Description

Create a packet's like system to communicate through RMQ with our various services.

Informations

The buffer will use ByteBuffer and will be stored in a pool for resources efficiency.

Xharos commented 4 months ago

Add more packet

Xharos commented 3 months ago

Use with pattern to create packet in one line