Hi, on my Java clients, I am currently using '__sys__UserList',
'__sys__Login' and '__sys__Logout' events to see who is logged in.
The problem is, sometimes a client may ungracefully disconnect, and I
don't get a logout event until about 45-50 seconds later. Are there some
ping, timeout, or session settings I can change so that I can detect an
ungraceful disconnect sooner?
I have tried:
dispatch/callback/plugin/socket/responseTimeout=8000
session.timeout=3000
connect/qos/sessionRefresh=true
dispatch/connection/pingInterval=900
... but cannot seem to figure out the right settings.
Thanks,
Andrew