Hello

I currently have a problem with my online system. My goal is to send a simple ping-message from a client to the server every one second, and let the server reply to it. But currently, the message isn't even received by the server. My code can be found at github: https://github.com/dvdbrander/WvW for the client and https://github.com/dvdbrander/WvW_Server for the server.