Hi!
I've a strange issue, it worked a few months ago, but here, since I've compiled the source code again, it doesn't work anymore. :/
I don't know if it's because of SFML or because of some ubuntu packages that I've installed recently.
When I send a message from my client to the serveur, the first message is well received, but, the next packets are empty.
sf::Socket::Done is well returned but my packet is empty.
And sometimes I get a buffer overflow error. :/
I use a thread to receive packets of course, because, I have to wait until a certain tomout is over, and I have to continue to check if a message is received withthout freezing the network loop until the timeout is over.
I think I'll backup everythink and re-install my OS..., it's certainly a bad c++ package or something like this.