Closed leejuyuu closed 1 year ago
Hello @leejuyuu!
Weird thing, I'll investigate this today to see what's wrong , probably in the evening in CEST. I'll keep you updated!
Fixed in v0.13.3, please read the PR if you want to have more details on why it happened.
Spoiler alert: logic error that never occured to me because I never tested a channel with both 'subscribe' and 'publish' operations.
Don't hesitate to come back to me if necessary.
System Info
Arch Linux go version go1.20.6 linux/amd64 asyncapi-codegen version v0.13.1
Steps to reproduce
ClientSubscriber
containsChat
andTravelStatus
methods inapi.gen.go
.subscribe
operation under/travel/status
channel topublish
.ClientSubscriber
is completely missing from the generated file.Expected result
I expected to see the
ClientSubscriber
contain onlyChat
in the end.