public async Task Close() { try { await MakeCall("close", null, CancellationToken.None); } catch { // nothing to do if the call failed } eslintBridgeProcess.Stop(); }
private void StopServer() { eslintBridgeClient?.Dispose(); eslintBridgeProcess?.Stop(); }