Some telnet commands like changing the sound mode block the receiver for while. In the meantime they ignore any sent commands.
With this PR the telnet interface locks the telnet send command until it receives a confirmation message. The lock also expires after 2 seconds without an confirmation.
Some telnet commands like changing the sound mode block the receiver for while. In the meantime they ignore any sent commands. With this PR the telnet interface locks the telnet send command until it receives a confirmation message. The lock also expires after 2 seconds without an confirmation.
Fixes #274