-
Bug
-
Resolution: Fixed
-
P4
-
1.0
-
None
-
1.0.1
-
generic
-
generic
-
Verified
SynchroMessageConnection repeats the mistake of MessageConnection
of using the same interface for client and server sides. Some
methods are only called on the client side and others only on
the server side. This clearly indicates that the common methods
should be moved to a parent interface with separate client and
server subinterfaces.
of using the same interface for client and server sides. Some
methods are only called on the client side and others only on
the server side. This clearly indicates that the common methods
should be moved to a parent interface with separate client and
server subinterfaces.