WriteByte(m_networkDriver,connection,m_localUser.ID,MsgType.PlayerDisconnect,0);// If the client breaks the connection, the host might still maintain it, so message instead.
// If the client calls Disconnect, the host might not become aware right away (depending on when the PubSub messages get pumped), so send a message over UTP instead.