simon-connektica
simon-connektica
Thank you @Trigger2991 ! This fixed all my issues with server-2022. Saved me a couple hours of debugging!
We encountered the error in production so I'd prefer waiting for 0.34 before testing it if you don't mind. Thanks for the fix!
It seem like the Go SDK [creates a new inbox if the DeliverSubject field is empty](https://github.com/nats-io/nats.go/blob/ad97d94c4481d81e72ae125e0821354b5034bf9b/js.go#L1641C17-L1641C25). Going to dig and try to see what async_nats does. It does not seem...
Returning an error from `get_or_create_consumer` would satisfy me!
After doing quite a bit of reading I came to the conclusion that the best option for `deliver_subject` is to set it to `new_inbox()` at least in the general case...
Was this error added after the release of 0.33? I did not get this error in my service.
There's no issue if I use `boil.Infer()` instead of `boil.Greylist`. Did I misunderstand how to use the Greylist with update?
This comment solved my issue it seems https://github.com/zxh0/vscode-proto3/issues/112#issuecomment-980016036 I added in my projects' settings.json the following: ``` { "protoc": { "options": [ "--proto_path=${workspaceFolder}/proto" ] } } ``` My proto files...