immense / Remotely

A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
GNU General Public License v3.0
4.28k stars 1.6k forks source link

block remote input isn't blocking anything #856

Open godofjesters opened 3 months ago

godofjesters commented 3 months ago

Describe the bug A clear and concise description of what the bug is. Ideally with a screenshot if applicable.

when testing out the latest build on a surface pro (client) from my desktop (server), i tested out the "block remote input" feature. i was still able to control keyboard/mouse on the client. is this suppose to block input on client's computer?

To Reproduce Steps to reproduce the behavior: On server computer, while connected to a client, click on "Block Remote Input"

Remotely Version Server (can be found on about page): 2024.02.23.1927

Expected Behavior if Block Remote Input is enabled, client should not be able to use keyboard/mouse until server is disconnected.

Desktop (please complete the following information):

godofjesters commented 2 months ago

tested it yesterday and it did work just fine to block input while connected, however it doesn't release input when the remote session is closed.