Release Notes
5.4.16.661: May 07 2015
Unity 3D Plugin: 'Gluon Mode' setting has been added in order to configure the plugin to work with partial workspaces.
Unity 3D Plugin: Now, the plugin uses the 'MacPlastic SCM' application instead of the old X11 version.
Replication operations can now handle network issues and reconnect if the network is gone for a few seconds.
It works as follows:
* If a socket gets closed in the middle of a replica then the operation is retried after 1, 5 and then 20 seconds.
* If it is able to reconnect then everything works. Otherwise the operation fails.
It is very useful to support network issues on long replicas without having to restart the whole thing.
For instance: users can be on WiFi, switch to LAN and the operation won't be interrupted.