TheDeveloper
TheDeveloper
@rtkjbillo ah thanks for letting me know! That's good to hear :) Don't suppose you've tackled #50 as well by any chance?
@rtkjbillo excellent, sounds like I am following in similar footsteps to you so I'm happy to see someone's already worked around a bunch of the issues! Appreciate the tips.
I am experiencing this on WSL2 with `v0.304.0` of Dev Containers extension. Rolling back to `v0.299.0` fixed it. Here is the Dev Containers log: ``` [6851 ms] @devcontainers/cli 0.50.0. Node.js...
I'm seeing this problem too. It appears to happen when you try to declare an exchange in the same tick of the event loop as the readyCallback is called. This...
This happens because the ready events and optional ready callback are executed in the same stack as the parser's onMethod. The parser is wrapped by a try/catch block, catching any...