At the moment, the plugin uses UDP for communications, which is problematic, since UDP can drop packets. For datarefs this is mostly unproblematic, but if a packet with a command is lost, the master/slave can go out of sync.
Fix: Use TCP, which does not loose packets.