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
I think the title basically describes the issue. Parsing gigantic zone files blocks the node.js event loop and thus it can't perform any other task while it's in progress.
Example use-case: accepting HTTP requests while parsing a zone file is in progress.
Hi there! First of all, thanks for this library.
I think the title basically describes the issue. Parsing gigantic zone files blocks the node.js event loop and thus it can't perform any other task while it's in progress.
Example use-case: accepting HTTP requests while parsing a zone file is in progress.
This issue is fixed by #38.
The text was updated successfully, but these errors were encountered: