vaadin / appsec-kit

Other
1 stars 0 forks source link

Unregister scan event listeners in AppSecDevToolsPlugin #116

Closed tamasmak closed 1 year ago

tamasmak commented 1 year ago

We implement the new DevToolsMessageHandler to provide access to the kit from the dev-tools gizmo. In our own implementation, we hook up some listeners upon handleConnect but the unregisteration doesn't work yet. We would need a handleDisconnect method similar to the handleConnect to know when the listeners are not needed anymore.