mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-26 15:38:34 +00:00
Make the sure the usage timestamp of the IPC sync context server is updated after each request, fixes #424
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user