You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.on('disconnected', function(){
_this.logout();
});
this.logout = function(){
this.do_log('Device has been logged out.');
this.loged = false;
this.adapter.logout(); // No code in gt06n
// code to send server as the device_id logout
};
But disconnected event is running very often. Is there a better solution to identify the device got disconnected completed?
The text was updated successfully, but these errors were encountered:
When a device sending packets to server A and its changed to server B. Whether server A is able to know the device is logged out completely?
In server.js,
In device.js,
But disconnected event is running very often. Is there a better solution to identify the device got disconnected completed?
The text was updated successfully, but these errors were encountered: