6 Years Ago
[D11] Fix to litenetlib so that we don't get data messages before a connection has been properly established, it was causing us to throw away messages thinking they were for someone else, since Connection.guid is only setup in OnPeerConnectedEvent. General peer messages are just discarded if the connection isn't established, so they will resent by the normal mechanisms if necessary.