You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added functions client_addr, user_data, is_client_connected, max_clients, and connected_clients for RenetServer, some utilities from NetcodeServer. (commit)(commit)
Renetcode/Renet: make generate_random_bytes public. This can be used to generate a random private key. (commit)
Rechannel: add DefaultChannel enum, useful when using the default channel configuration. (commit)
Renetcode: remove client_id argument when creating a RenetClient. (commit)
Rechannel: rename block channel to chunk channel. This clarifies what the channel does: the message is sliced into multiple chunks so it can be sent in multiple frames. Also, it is not confused with "blocking" thread/logic.
Fixed 🐛
Rechannel: when sending an empty message, this now gives an error. (commit)
Rechannel: ignore already received block messages. (commit)