mirror of
https://github.com/js8call/js8call.git
synced 2025-12-24 02:00:16 +00:00
Suppress only on connectoin refused error
This commit is contained in:
@@ -216,8 +216,7 @@ MessageClient::MessageClient(QString const & name,
|
||||
{
|
||||
connect(&*m_, &impl::errorOccurred, [this](impl::SocketError const e)
|
||||
{
|
||||
if (e != impl::NetworkError &&
|
||||
e != impl::ConnectionRefusedError)
|
||||
if (e != impl::ConnectionRefusedError)
|
||||
{
|
||||
Q_EMIT error (m_->errorString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user