Open UkoeHB opened 7 months ago
RenetServer::receive_message() requires a HashMap lookup every time it is called in order to find the specific client. Instead it should return an iterator that drains messages from that client.
RenetServer::receive_message()
HashMap
RenetServer::receive_message()
requires aHashMap
lookup every time it is called in order to find the specific client. Instead it should return an iterator that drains messages from that client.