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
After connection in the shell mode the user should be act in the current context per default
Input
sh>con -h myHost.com -p 1884 Result
client is connected and the prompt is working with that client as the active context:
sh-ClientID@host>
The user should be able to switch between contextes and leave a context (without disconnect) Input
sh-ClientID@host> switch_context -i 'other-id' -h 'other host'
sh-ClientID2@host2>
the pub and sub command should not be extended from connect and use always the connection of the active context.
(naming pub / sub should be the same )
during active context another conn command should not possible
The text was updated successfully, but these errors were encountered:
ahelmbr
changed the title
In Shell-Mode: the last connected client should be used by default for following commands
In Shell-Mode: Use the connection as active context per default and add ability to switch contexts
Aug 26, 2019
After connection in the shell mode the user should be act in the current context per default
Input
sh>
con -h myHost.com -p 1884
Result
sh-ClientID@host>
The user should be able to switch between contextes and leave a context (without disconnect)
Input
sh-ClientID@host> switch_context -i 'other-id' -h 'other host'
sh-ClientID2@host2>
Input
sh-ClientID@host> leave_context
sh>
If working in a specific context
(naming pub / sub should be the same )
The text was updated successfully, but these errors were encountered: