Mgamerz
Mgamerz
Curious if there is any progress on this? I'm using PostJsonAsync() but getting back `System.AggregateException: The response ended prematurely`. A cursory stackoverflow search suggested using HTTP2.
I've implemented this locally into LLE for LE2 and will be committing it soon. Well, bHidden anyways
Hidden is now implemented.
This happens for me as well, but I am unsure if this is a chrome issue only or not. Mine works in firefox but with chrome no matter what I...
There has been some work on this recently. No timeframe of when this will be released but there's time being dedicated to it now.
After investigating the source code, it looks like we might want to look at SetCompleted from IArchiveUpdateCallback. I have it printing out and I am getting constant byte updates from...
Sorry for the barrage of comments and emails. It is indeed SetTotal and SetCompleted. I have extended my implementation of SevenZipSharp to have a OnProgressing() callback, which uses the SetTotal...
Haven't forgotten about this. I am still building my app and want to test it there first before I put in a PR.
Could be. I'm still planning on making PR to this repo with this code. Essentially, if you want accurate progress, you need to setup a OnProgressing() handler, as it's the...
You have to make to make it yourself. Not too hard since the library is fairly well structured. Otherwise you'll have to wait for PR. On Fri, Nov 29, 2019,...