Dmitry Statsenko

Results 1 issues of Dmitry Statsenko

@BastianBlokland If I use your library as: ``` private void Start() { logger.Trace("Start", id, counter); this.StartTask(Async, options); } private async Task Async() { var localCounter = 0; while (Application.isPlaying) {...