idle timeout
This commit is contained in:
parent
ad211433fb
commit
7e767d6dcb
5 changed files with 27 additions and 9 deletions
|
@ -83,6 +83,8 @@ internal sealed class ControlsServer(ILogger<ControlsServer> logger, ILoggerFact
|
|||
_ => throw new ArgumentException("invalid message type")
|
||||
};
|
||||
|
||||
_player.LastInput = DateTime.Now;
|
||||
|
||||
switch (control)
|
||||
{
|
||||
case InputType.Forward:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue