Time between stopping and starting as session reduced from two seconds to a mere moment

This commit is contained in:
loki 2020-01-20 20:52:09 +01:00
parent 5ea2f30d5c
commit bc59b6e91d

View File

@ -293,6 +293,10 @@ public:
break;
case ENET_EVENT_TYPE_DISCONNECT:
BOOST_LOG(info) << "CLIENT DISCONNECTED"sv;
// No more clients to send video data to ^_^
if(session_state == state_e::RUNNING) {
stop(session);
}
break;
case ENET_EVENT_TYPE_NONE:
break;