mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-25 19:05:39 +08:00
Merge pull request #222 from juribeparada/master
Possible fix of loop after Internet down (DMR)?
This commit is contained in:
@@ -559,7 +559,7 @@ bool CDMRNetwork::write(const unsigned char* data, unsigned int length)
|
||||
bool ret = m_socket.write(data, length, m_address, m_port);
|
||||
if (!ret) {
|
||||
LogError("DMR, Socket has failed when writing data to the master, retrying connection");
|
||||
close();
|
||||
m_socket.close();
|
||||
open();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user