Skip to content

Commit

Permalink
Send DONE message before disconnecting
Browse files Browse the repository at this point in the history
Fixes Gecode#149.
  • Loading branch information
StefanBruens committed May 1, 2022
1 parent fec7e9f commit 8ed4c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gecode/search/cpprofiler/tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ namespace Gecode {

void
CPProfilerSearchTracer::done(void) {
connector->done();
connector->disconnect();
}

Expand Down

0 comments on commit 8ed4c74

Please sign in to comment.