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
The problem here is that the generated files aren't fully qualifying SyncRequest and SyncResponse with their namespace i.e. Runtime::Schema::SyncRequest and Runtime::Schema::SyncResponse respectively.
Quick example
schemas.fbs
rpc_definition.fbs
flatc command line
rpc_definition_generated.h
rpc_definition.grpc.fb.h
rpc_definition.grpc.fb.cc
Observations
SyncRequest
andSyncResponse
with their namespace i.e.Runtime::Schema::SyncRequest
andRuntime::Schema::SyncResponse
respectively.Old Reference
The text was updated successfully, but these errors were encountered: