Skip to content

Commit

Permalink
server invalid error massage fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelShushan committed Dec 26, 2023
1 parent 0116e6d commit 0af8997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtlsserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void DtlsServer::readyRead()

if (sendResponse || !smartData.isEmpty()) {
if(serverResonse(client->get())){
QMessageBox::critical(nullptr, "Connection Error", "server response can't be sent.");
// QMessageBox::critical(nullptr, "Connection Error", "server response can't be sent.");
}

}
Expand Down

0 comments on commit 0af8997

Please sign in to comment.