Describe the bug
A clear and concise description of what the bug is.
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;
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Package-version:
node.js version:
OS name and version:
Additional context
Add any other context about the problem here.
Describe the bug A clear and concise description of what the bug is. 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;
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Package-version: node.js version: OS name and version:
Additional context Add any other context about the problem here.