Closed roman-yagodin closed 7 years ago
Are you sure that this caused it? Are you able to debug from which line this exception is coming? There is lots of code inside this ctor...
ParentThreadID should be -1 when creating new thread.
My thanks, @juvander!
đŸ˜€, closing
Caused just by passing
ParentThreadID
= 0 instead of -1.As documentation on
ParentThreadID
is missing, and documentation onParentPostID
says that "if you are starting a new thread this should be equal to 0" - it's easy thing to make that mistake.