When does TipcSrv::mainLoop() return a boolean value and when does it throw an exception?
book
Article ID: KB0084901
calendar_today
Updated On:
Products
Versions
TIBCO SmartSockets
-
Not Applicable
-
Description
Resolution: TipcSrv::mainLoop() will throw a TipcSrvException for any of the errors documented in the SmartSockets C API manual except for T_ERR_TIMEOUT_REACHED. For T_ERR_TIMEOUT_REACHED, TipcSrv::mainLoop() return false.
Issue/Introduction
When does TipcSrv::mainLoop() return a boolean value and when does it throw an exception?