Skip to content
Snippets Groups Projects
Commit 088bae5d authored by thorsten's avatar thorsten
Browse files

* Dont FAIL on Message Loss

parent e472219f
No related branches found
No related tags found
No related merge requests found
......@@ -1027,7 +1027,7 @@ s_handle_router(broker_t* self){
if(self->verbose)
zsys_error("Connection to Relay at was already destroyed");
zsock_flush(self->router);
return -1;
return 0;
}
switch (self->header->id){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment