game_socket 0.0.3
game_socket: ^0.0.3 copied to clipboard
Socket library for creating real-time multiplayer games. Based on TCP, with the ability to send messages over UDP (planned).
CHANGELOG #
0.0.3 - 2021-09-23 #
- Fix
ServerSocket.bind - Add
resetinMessage
0.0.2 #
- Fix
payloadBytesinPacketDecoder JoinRoomwithplayerNameandplayerId- Rename
broadcastQueuetobroadcastList - Add
PacketFactory
0.0.1 #
- Fixed deleting rooms.
- Disconnect on high ping.
- Bug fixes.
0.0.0 #
- First release, created by QiXi.