saul / demofile-net

Blazing fast cross-platform demo parser library for Counter-Strike 2, written in C#.
MIT License
76 stars 7 forks source link

[WIP] Add support for reading from HTTP broadcast streams #54

Open saul opened 3 months ago

saul commented 3 months ago

Closes #53

in0finite commented 3 months ago

It looks good, but have you considered different API design, so that user controls the flow of parsing ? Like with StartReading() and MoveNext().