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
Is there any plan to emit events or execute some hooks/triggers and query the connection status
I am looking for a possibility to get a "connecting" event to be able to start the VM for the connecting user
and be able to query disconnected sessions to stop VM's after a period.
The text was updated successfully, but these errors were encountered:
While not very cleanly, the connecting event is logged. You could use Establishing connection to as a trigger for starting a VM/Pod and use Close channel for terminating VMs. Obviously, this is the happy flow and it could work a bit nicer if hooks/triggers are available (which they are not currently).
Is there any plan to emit events or execute some hooks/triggers and query the connection status
I am looking for a possibility to get a "connecting" event to be able to start the VM for the connecting user
and be able to query disconnected sessions to stop VM's after a period.
The text was updated successfully, but these errors were encountered: