Skip to content
Snippets Groups Projects
Commit c2b4f9c8 authored by Leon Dietrich's avatar Leon Dietrich
Browse files

fix: connection line buffer test

parent 9acb765e
Branches 3-unix-socket-server-schreiben
No related tags found
1 merge request!4Draft: Resolve "Unix Socket Server schreiben"
Pipeline #10163 failed
......@@ -52,7 +52,9 @@ private:
::ev::async async;
ioqueue<iorecord> write_queue;
const destructor_cb_type destructor_cb;
protected:
bool server_active = false;
private:
bool partial_write_allowed = true;
bool data_write_active = false;
......
......@@ -31,7 +31,7 @@ public:
data_archive{},
echo_data_transfer(echo_data)
{
// Does nothing special
this->server_active = true;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment