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;
…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