Closed kastolars closed 5 years ago
Commands to run:
In cmd/handlers: tmux new -s producer
cmd/handlers
tmux new -s producer
Run the handlers binary
ctrl+b d to detach
ctrl+b d
In client binary directory: tmux new -s client
tmux new -s client
Run client commands
tmux a -t <name of tmux session> to attach again.
tmux a -t <name of tmux session>
To list all tmux sessions: tmux ls
tmux ls
Completed
Commands to run:
In
cmd/handlers
:tmux new -s producer
Run the handlers binary
ctrl+b d
to detachIn client binary directory:
tmux new -s client
Run client commands
ctrl+b d
to detachtmux a -t <name of tmux session>
to attach again.To list all tmux sessions:
tmux ls