It seems time on client and server is not synchronized and that leads to some confusion during your analysis:
T-Server sent “EventOnHook” at 08:42:39:265
Your app received it at 08:42:11,835 what means it was received it before T-Server sent it
Based on that time on client side is shifted around 27 seconds back in comparison with server time. So you should check T-Server log at the time 08:43:07 for more details.
I’m not sure - I couldn’t find in the TServer logs where the server pings my client, and my code doesn’t have anything it it for handling logging ping requests and replies…
How would I get more info about the ADDP ping requests/replies (in my code and in TServer)
T-Server should show ADDP messages in its log when logging level is set to debug. About your code - what SDK (Application Blocks?) are you developing with?