You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there was a breaking change in Seneca 3.14.0 that breaks the AMQP transport with the titular error. Using the following example with seneca-amqp-transport:2.2.0 and seneca:3.14.0 (or above):
It looks like there was a breaking change in Seneca 3.14.0 that breaks the AMQP transport with the titular error. Using the following example with
seneca-amqp-transport:2.2.0
andseneca:3.14.0
(or above):I will get the error:
TypeError: Cannot read property 'pattern' of undefined
inlib/client/client-util.js:44
.If I run with a version of SenecaJS below this (for example
3.13.3
) it works as advertised.The text was updated successfully, but these errors were encountered: