Skip to content

Commit 180c078

Browse files
author
David Echelberger
authored
Merge pull request #30 from hyperledger/dont-autoack
Allow application to send ack
2 parents f6c317f + 9693245 commit 180c078

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/firefly.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,6 @@ export default class FireFly extends HttpBase {
400400
this.queue = this.queue.finally(() => {
401401
callback(socket, event);
402402
});
403-
this.queue.finally(() => {
404-
socket.ack(event);
405-
});
406403
};
407404

408405
if (Array.isArray(subscriptions)) {

0 commit comments

Comments
 (0)