0xbuser
Results
2
comments of
0xbuser
@arshambh It is about a system library for executing queries ``` BLOCK:HttpRequest timeoutMilliseconds = 12000 TYPE:STANDARD $"" "application/x-www-form-urlencoded" ENDBLOCK ``` Exactly the timeoutMilliseconds parameter
+1. I think the problem is mutual blocking. Spawning more than one context and then attempting to send commands to the context asynchronously causes a deadlock.