mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Destroy agent on disconnect; another agent can connect later
This commit is contained in:
parent
cd347a316d
commit
6a3d9b2e4a
3 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
class connection {
|
||||
public:
|
||||
int fd;
|
||||
bool error;
|
||||
|
||||
connection(int fd_) : fd(fd_) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue