Skip to content

Commit a439f00

Browse files
committed
Unfortunately, can't use this as it will break actual long-lived connections.
1 parent 2a0545c commit a439f00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/stomp/StompProducer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public function send(Destination $destination, Message $message): void
5151
$this->stomp->connect();
5252

5353
$this->stomp->send($destination->getQueueName(), $stompMessage);
54-
} finally {
55-
$this->stomp->disconnect();
5654
}
5755
}
5856

0 commit comments

Comments
 (0)