- add: change map handler - update: logout handler to send the reply packet - update: character id list change from u8 to u32
- add: logout packet handler - add: connection state and service for storing connection data - add: session service calls to auth-service - fix: compile error on database service due to moved redis cache
- add: packet-service to handle game client packets - fix: health check for database-service - fix: health check for auth-service
- add: start of packet-service