Skip to content

Commit

Permalink
Add default configuration for transient connection detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
atrauzzi committed Oct 8, 2020
1 parent 36d4e01 commit 2e1d06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/stomp/StompConnectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ private function defaultConfig(): array
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
];
}
}

0 comments on commit 2e1d06d

Please sign in to comment.