Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e1d06d

Browse files
committed
Add default configuration for transient connection detection.
1 parent 36d4e01 commit 2e1d06d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/stomp/StompConnectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ private function defaultConfig(): array
169169
'read_timeout' => 60,
170170
'send_heartbeat' => 0,
171171
'receive_heartbeat' => 0,
172+
'detect_transient_connections' => false,
172173
];
173174
}
174175
}

0 commit comments

Comments
 (0)