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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: