Closed jcoyne closed 6 years ago
@jcoyne I created a mutex and use it to synchronize code in URI#freeze
. Care to see if that helps?
@gkellogg I'm testing it now. Thanks.
@gkellogg I ran this code for the last 6 hours and no further problems arose. Thanks!
Great, I can't think of other classes that might need this, but now we know how to handle it.
I suspect this is a thread safety issue.
My code is doing something like this:
I am unable to duplicate this error in a single thread context.