BluePositive
BluePositive
> I made this suggestion [#1502 (comment)](https://github.com/EasyNetQ/EasyNetQ/issues/1502#issuecomment-1287890940) I'm sorry for my confusion. Can we implement this suggestion at this moment, or do we need to add the virtual modifiers first?
This is my controller method to get a snapshot ```C# [HttpGet] [Route("takeSnapshot")] public async Task TakeSnapshot(CancellationToken cancellationToken) { var snapshotLocation = Environment.GetEnvironmentVariable("SNAPSHOT_LOCATION"); if (snapshotLocation is null) return "The environment variable...
Still relevant
Still relevant