Nothing happens
Hi, I've got a client and server set up.
When I run rkvm-client from terminal, nothing is output to the terminal, so I'm assuming that's good.
Running rkvm-server from terminal and using the hotkeys, it outputs
INFO rkvm_server::server: Switched client idx=0
and then I'm still just working on the server. Hotkeys again produce
INFO rkvm_server::server: Switched client idx=0
Should idx=1 when it switches to the client?
Let me know what you need to help you solve this.
Hi, client idx=0 is the server. This means no client is connected.
You should see log messages like this
INFO connection{addr=192.168.0.103:59956}: rkvm_server::server: Connected
INFO connection{addr=192.168.0.103:59956}: rkvm_server::server: TLS connected
INFO connection{addr=192.168.0.103:59956}: rkvm_server::server: Authenticated successfully
when another client connects.
Is that the case for you?
I probably have the same problem. Client ran through systemd over ssh. Server through systemd in VGA terminal. Also the server frequently outputs ERROR connection(...): rkvm_server::server: Disconnected: Message timeout, client outputs something about disconnecting because of EOF, then client reconnects