Stop unused backends
This commit is contained in:
parent
98687145b0
commit
65d40a3359
1 changed files with 2 additions and 0 deletions
|
@ -299,10 +299,12 @@ void NetworkPlugin::sendPong() {
|
|||
}
|
||||
|
||||
void NetworkPlugin::pingTimeout() {
|
||||
std::cout << "PINGTIMEOUT " << m_pingReceived << " " << this << "\n";
|
||||
if (m_pingReceived == false) {
|
||||
exit(1);
|
||||
}
|
||||
m_pingReceived = false;
|
||||
m_pingTimer->start();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue