Skip to content

Fix - Add automatic reconnect support for STOMP producers #1099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 8, 2020
Prev Previous commit
Next Next commit
Amend test.
  • Loading branch information
atrauzzi committed Oct 1, 2020
commit 327ca4de09707c0706029e12980d0f10b2a93ec9
2 changes: 1 addition & 1 deletion pkg/stomp/Tests/StompContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function testShouldCloseConnections()
{
$client = $this->createStompClientMock();
$client
->expects($this->once())
->expects($this->atLeastOnce())
->method('disconnect')
;

Expand Down