Polling and acks.

This commit is contained in:
Ian Gulliver
2015-06-15 02:27:03 +00:00
parent cc6ad7803a
commit a006375441
4 changed files with 29 additions and 28 deletions

View File

@@ -87,6 +87,7 @@ bool test_message_round_trip() {
json_decref(subject);
json_decref(message_out);
cosmo_shutdown(client);
return true;
}