dterletskiy / carpc

Component Architecture RPC Framework
MIT License
2 stars 0 forks source link

There is no second response for the same request. #24

Closed dterletskiy closed 1 month ago

dterletskiy commented 1 month ago

Preconditions: Service has 'request_A' and 'response_A' The server application implements the service The client application uses service. The client called 'request_A' and in 'respose_A' again called the same 'request_A'.

Observation: The client receives only one response.

Expected: The client should process 'response_A' endlessly.

dterletskiy commented 1 month ago

Fixed. https://github.com/dterletskiy/carpc-runtime/commit/3246453c31fef89ca1ca964840dd8077cbba91b7