Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, all implementations of TcrMessage are in the same file, and also, the response for any request is processed on the same place and under TcrMessageReply.
I'd be ideal to split implementations on several files and also to try and parse response using some kind of factory instead of just a switch.
This will dramatically improve code readability, hence will set the bases to identify several issues on message parsing.