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
When I use SomeConnectKey to connect, I am unable to connect to the server created by C # LiteNetLib。When comparing the sent data, I found that when using net_dataw_writer to write the key, the length was reduced by 1. void write(const std::string& str) { write((uint16_t) (str.size()+1)); write((uint8_t*) str.data(), 0, str.size()); }
The text was updated successfully, but these errors were encountered:
When I use SomeConnectKey to connect, I am unable to connect to the server created by C # LiteNetLib。When comparing the sent data, I found that when using net_dataw_writer to write the key, the length was reduced by 1.
void write(const std::string& str) { write((uint16_t) (str.size()+1)); write((uint8_t*) str.data(), 0, str.size()); }
The text was updated successfully, but these errors were encountered: