Open
Description
So i have different proto files, they have each a request that have same message response name but the value and structure are actually different. This cause problem whenever i declare both then one of them is rendered as that message even though i am calling the other function.
e.g.
ClientA has getStatus with response StatusResponse
ClientB has getStatus with response StatusResponse
but the StatusResponse definition in ClientA and ClientB is different but whenver i call each getStatus both are using the StatusResponse when doing assertion.
Activity