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
Protobuf protoc compiler generates classes with @type annotation, and parser throw exception on this annotation.
Use case:
Framework: Symfony
Component: symfony/messenger
Dispatch protobuf-generated message class through messenger and get exception on message validation step (when validator parse class through doctrine/annotation)
The text was updated successfully, but these errors were encountered:
Protobuf protoc compiler generates classes with @type annotation, and parser throw exception on this annotation.
Use case:
Framework: Symfony
Component: symfony/messenger
Dispatch protobuf-generated message class through messenger and get exception on message validation step (when validator parse class through doctrine/annotation)
The text was updated successfully, but these errors were encountered: