amqp / rhea-promise

A promisified layer over rhea AMQP client
Apache License 2.0
30 stars 19 forks source link

CreatedRheaConnectionOptions - operationTimeoutInSeconds is not taken into consideration and the default 60 is used #111

Open bogdanbrudiu opened 6 months ago

bogdanbrudiu commented 6 months ago

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.