Darcy Oblinger

Results 4 issues of Darcy Oblinger

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

Async API version 3.0.0 has been released https://www.asyncapi.com/blog/release-notes-3.0.0 with some nice changes, specifically reducing "Publish and subscribe confusion" and "Request/Reply" support.

In my project, I'm making use of [type aliases](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#type-aliases) for primitives like `string` and `number`. This results in the following TS compilation error: `'{name}' is declared but its value is...

I have recently included DevCycle in my application and experienced unexpected behavior. My expectation is that the client should not initialize if DVC cannot be reached or an invalid client...