Skip to content

Commit 05c1da2

Browse files
Revert client cleanup
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent 80d2492 commit 05c1da2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platform/fabric/core/generic/delivery/delivery.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ func (d *Delivery) Stop() {
127127
}
128128

129129
func (d *Delivery) Run(ctx context.Context) error {
130-
defer d.cleanup()
131-
132130
if ctx == nil {
133131
ctx = context.Background()
134132
}

0 commit comments

Comments
 (0)