You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the RR Server only sends a message with a method name to clients, which then take care of executing the mentioned method.
Make the remote event subscription from the client side. For this, we can use RMI, where the Server would call remote methods in parallel to local ones when the events happen.
Each client must have its own RR config file.
The text was updated successfully, but these errors were encountered:
Currently, the RR Server only sends a message with a method name to clients, which then take care of executing the mentioned method.
RMI
, where the Server would call remote methods in parallel to local ones when the events happen.The text was updated successfully, but these errors were encountered: