rhea-promise
rhea-promise copied to clipboard
Update connection.ts - operationTimeoutInSeconds is reset to default
…value
Description
Brief description of the changes made in the PR. This helps in making better changelog operationTimeoutInSeconds - CreatedRheaConnectionOptions is not taken into consideration and the default 60 is used
rhea-promise/lib/connection.ts line 256 this.options.operationTimeoutInSeconds = options?.operationTimeoutInSeconds ?? defaultOperationTimeoutInSeconds;
Reference to any github issues
- https://github.com/amqp/rhea-promise/issues/111
@bogdanbrudiu thanks for the PR. could you add a unit case that covers issue?