Resolution: This is an informational message which means that multiple threads are trying to call the default error callback, TipcCbSrvError, at the same time. TipcCbSrvError was designed to allow only one thread to attempt an automatic reconnect to RTserver. TipcCbSrvError is thread safe but is not meant to be called directly and should only be used as a callback function.