Increased timeout from 1s to 5s between client library and service
This commit is contained in:
parent
80dfac0221
commit
38f4ab6f53
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ std::wstring Client::sendToService(const Message &msg) {
|
|||
}
|
||||
s.write(msg.data());
|
||||
|
||||
return s.read(1000);
|
||||
return s.read(5000);
|
||||
}
|
||||
|
||||
void Client::stopThread(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue