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
…mplemented in HtmlData.cs.
This addresses issues where the `nextID` counter overflows ushort.MaxValue and wraps around to return the wrong index value, resulting in wrong strings output from the `Render` method.
Fixjamietre#204, jamietre#205, jamietre#189, jamietre#164
Hi,
I'm running my code that working with CsQuery and getting this exception:
Call stack:
My working flow is:
When I running same URL agian, this is pass successfuly without any exception. So I'm guess that this depends on some multi-threading conditions.
CsQuery version: v1.3.4 (latest via Nu-Get)
.Net framework: v4.5.1
Visual studio 2015
How I can fix this?
Thank you.
The text was updated successfully, but these errors were encountered: