You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hopefully this is the correct way to ask about 0.3.x.
We use this library on a NodeJS server that is responsible for serving requests and compiling PDF reports. We are currently using version 0.1.15 which generates a PDF synchronously as one chunk of work on the event loop, stalling the ability to handle requests or other work. It looks like 0.3.x contains changes that move this to happen asynchronously, yielding control back to other code. I tested this out with master and it looks like it provides the functionality we are after.
Would it be possible to get an idea of when 0.3.x is being released?
Cheers!
[UPDATE]
Or any other kind of work-around.
The text was updated successfully, but these errors were encountered:
jloleysens
changed the title
[Question] Planned release data for 0.3.x of the lib?
[Question] Planned release data for 0.3.x (async version) of the lib?
Dec 6, 2021
Hello!
Hopefully this is the correct way to ask about 0.3.x.
We use this library on a NodeJS server that is responsible for serving requests and compiling PDF reports. We are currently using version
0.1.15
which generates a PDF synchronously as one chunk of work on the event loop, stalling the ability to handle requests or other work. It looks like 0.3.x contains changes that move this to happen asynchronously, yielding control back to other code. I tested this out with master and it looks like it provides the functionality we are after.Would it be possible to get an idea of when 0.3.x is being released?
Cheers!
[UPDATE]
Or any other kind of work-around.
The text was updated successfully, but these errors were encountered: