mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
fixed problem with opening client and server. in some cases it
would fail to open in such a way that it could never succeed but it'd never stop retrying. now terminating when open fails such that it'll never succeed.
This commit is contained in:
@@ -29,7 +29,7 @@ CClientProxy1_0::~CClientProxy1_0()
|
||||
// do nothing
|
||||
}
|
||||
|
||||
bool
|
||||
void
|
||||
CClientProxy1_0::open()
|
||||
{
|
||||
// send request
|
||||
@@ -55,8 +55,6 @@ CClientProxy1_0::open()
|
||||
|
||||
// handle reply
|
||||
recvInfo(false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user