Make the sure the usage timestamp of the IPC sync context server is updated after each request, fixes #424

This commit is contained in:
Guillaume Nodet
2021-06-04 08:48:36 +02:00
parent 88e7060f2c
commit a848e178b2

View File

@@ -154,6 +154,7 @@ public class IpcServer {
if (request.isEmpty()) {
throw new IOException("Received invalid request");
}
use();
String contextId;
Context context;
String command = request.remove(0);