Relay disconnects the player after 10 seconds when application is in background mode

While in the background the app is suspended, so it’s not doing anything on the Unity side in the background (you can have an unrelated native background callback though).

This thread seems to indicate the timeout has been increased to 60s by now. So be sure to use the latest version of NGO (v2.x for sure).