rhea-promise icon indicating copy to clipboard operation
rhea-promise copied to clipboard

Update connection.ts - operationTimeoutInSeconds is reset to default

Open bogdanbrudiu opened this issue 1 year ago • 1 comments

…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 avatar Apr 30 '24 08:04 bogdanbrudiu

@bogdanbrudiu thanks for the PR. could you add a unit case that covers issue?

jeremymeng avatar Apr 30 '24 15:04 jeremymeng