Closed NiTiSon closed 1 year ago
Video.GetStream() + Async Video.GetBytes() + Async and others methods cause stack overflow You download all video into RAM?
Video.GetStream()
Video.GetBytes()
You can create stream that continue download during using?
Propably same issue as #255
Worked okay last week for me and haven't touched my project until last night. Now running it, throws the System.StackOverflowException when using the GetBytes method.
Video.GetStream()
+ AsyncVideo.GetBytes()
+ Async and others methods cause stack overflow You download all video into RAM?You can create stream that continue download during using?