Better routing clean up. Now requires explicit message handling

This commit is contained in:
Bruno Tavares
2014-09-09 11:52:56 +01:00
parent 78c4ca959f
commit 24b1335000
3 changed files with 19 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ subtest 'basic connection' => sub {
message_cb => sub {
print STDERR "!!!! GOT MESSAGE '$_[1]{message}\n";
$_[0]->mark_as_done_msg($_[1]);
return;
},
);