After upgrading to a TS supported version of foo-foo-mq, we receive the following TSC error:
Object literal may only specify known properties, and 'waitMax' does not exist in type 'ConnectionOptions'
The issue appears to be that the foo-foo-mq types are missing the ConnectionOptions.waitMax property although it should be there. This PR addresses this issue.
After upgrading to a TS supported version of foo-foo-mq, we receive the following TSC error:
Object literal may only specify known properties, and 'waitMax' does not exist in type 'ConnectionOptions'
The issue appears to be that the foo-foo-mq types are missing the
ConnectionOptions.waitMax
property although it should be there. This PR addresses this issue.