What does "TAL-SS-00072-I Recursive error" mean?

What does "TAL-SS-00072-I Recursive error" mean?

book

Article ID: KB0084899

calendar_today

Updated On:

Products Versions
TIBCO SmartSockets -
Not Applicable -

Description

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.

Issue/Introduction

What does "TAL-SS-00072-I Recursive error" mean?