HI
I have currently a big problem:
I dont know how to shutdown the serverside of the Programm correctly.
It always keeps active(even if the server_poll loop isnt executed anymore).
And GSTNet_Connection() stays > 0
What i trie to do is the possiblity to switch between Client and Server/Client mode.
Imagen You hosted a game, and after playing you want to join a server. Shutting down the serverside isnt possible atm(as far as i see, cause when you try to start 2 servers on one pc for example, the new app will close imediately when using same port, that shows me that the server shutdown of the first app hasnt been executed in a clean way).
Some tips?
GReets
Memnarch