mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 00:58:14 +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:
@@ -43,7 +43,7 @@ public:
|
||||
//@}
|
||||
|
||||
// IClient overrides
|
||||
virtual bool open() = 0;
|
||||
virtual void open() = 0;
|
||||
virtual void mainLoop() = 0;
|
||||
virtual void close() = 0;
|
||||
virtual void enter(SInt32 xAbs, SInt32 yAbs,
|
||||
|
||||
Reference in New Issue
Block a user