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
MessagingAccessPoint in package openmessaging imports consumer and producer, in the meanwhile consumer and producer improts openmessaging which leads to the import cycle error in golang.
solution: put MessagingAccessPoint in a single package like package "oms" to avoid this issue.
The text was updated successfully, but these errors were encountered:
MessagingAccessPoint in package openmessaging imports consumer and producer, in the meanwhile consumer and producer improts openmessaging which leads to the import cycle error in golang.
solution: put MessagingAccessPoint in a single package like package "oms" to avoid this issue.
The text was updated successfully, but these errors were encountered: