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 don't think the real problem is the internet activity, that library simply downloads an updated version of https://publicsuffix.org/list/public_suffix_list.dat.
You can download the file by yourself, and the parser will work fine without internet.
In next version a will add the file as static resource, so it will be available without internet.
Anyway the real issue here is that library causes a thread pool exhaustion.
I am planning to remove that library in any case in a future version because has many issues.
domainname-parser dependency has internet acitivy
https://github.com/OrbintSoft/domainname-parser/blob/ebaa1bf0430b5412a8c51a2bcab0262e7da16df4/DomainParser.Library/TLDRulesCache.cs#L294
library must have a fallback, or settings to turn off it.
In private network this cause thread pool exhaustion
The text was updated successfully, but these errors were encountered: