Regarding https://github.com/edghyhdz/silver-sniffle/blob/main/src/Client.cpp#L463 Would `string.data()` work? Otherwise, I suppose `memcpy` would be more efficient as well.
Regarding https://github.com/edghyhdz/silver-sniffle/blob/main/src/Client.cpp#L463
Would
string.data()work?Otherwise, I suppose
memcpywould be more efficient as well.