ShooterGame Matchmaking where to start?

If you want a start point for sessions in C++ take a look at this tutorial

It did wonders for me

Edit: Yeah I don’t think you should put the host and join functions inside the game session class. Put them in the game instance instead