Grpc question
when making grpc services my web api has to reference another api, but doesnt it break clean architecture?
2 Replies
if you are using only the models or a client package it's fine
for examle i have a GreeterService in one web api and have to call from another
ahh, nvm