Pablo Ruiz García

Results 48 comments of Pablo Ruiz García

ensure you have all wkhtmltox0.so dependencies by running ldd against it. On Wed, Apr 10, 2019 at 9:11 PM Valeriob wrote: > Thanks, I have tried that with the same...

Not really, as the one who releases this memory is nothing related to .Net. But internal memory management at wkhtmltox. But we are open to accepting patches/prototypes. Regards On Fri,...

@nicholasguyett It is not (just) an issue with regards to cleaning up resources. There's also the way each process (IIS AppPool vs wkhtmltox) work (compete) with it's internal threads management...

What was fixed was an issue with GC collecting non-managed pointers, affecting everybody. :) The IIS/AspNetPool issues, still apply. As there's no (that I now) way to handle/force restarting of...

@Rfvgyhn If there was a way to 'completely' cleanup wkhtml resources, probably yes. But the thing is, trying to dispose/stop/shutdown and then re-intialize wkhtml engine under a single running program...

only if it run under IIS. On Fri, Aug 24, 2018 at 5:02 PM Jeremy Nicoll wrote: > Does this also apply to the .Net Core/Kestrel setup? > > —...

Maybe you can try setting "System.Drawing.EnableUnixSupport": true, as per: https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only

Just as quick note, there is also: https://pkcs11interop.net/

Hi, What are you passing as 'callbackNumBytes'.. Regards Pablo On Thu, Oct 17, 2024 at 6:48 AM Osimjon Gulakov ***@***.***> wrote: > var submitSm = new SmppSubmitSm > { >...

Start is meant to try to connect automatically (and retry periodically if failed or connection dropped). However, if manual connection handling is intended, the Connect method can be used instead....