* feat(assist): removed unnecessary code in onConnect handler
* feat(assist): fixed onAny handler's filter to support a new update event
* feat(backend): moved out data structure updater from update handlers to the method
* feat(assist): fixed issue in onConnect handler
* feat(assist): try to disable prev changes
* feat(assist): use fetchSockets only once for onConnect handler
* feat(assist): fixed issue with agents updates after latest hotfix
* feat(assist): removed unnecessary fetchSessions call in onConnect handler
* feat(assist): avoid the second extractPeerID call
* feat(assist): splitted socket methods in ee/websockets
* feat(assist): splitted socket methods in ee/websockets-cluster
* feat(assist): moved socket handlers to separate file
* feat(assist): changed the way how to get ws server
* feat(assist): use method to get io server instead of global object
* feat(assist): removed duplicated code from ee assists
* feat(assist): removed copy-paste http handlers
* feat(assist): added getServer call for some http handlers
* feat(assist): added creds=true to cors settings
* feat(backend): added debug log flag to assist stats