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
We're getting this error when calling requestAsync parallel during performance testing our application with gatling.
java.lang.IllegalThreadStateException: null
at java.lang.Thread.start(Thread.java:705) ~[na:1.8.0_40]
at com.mashape.unirest.http.HttpClientHelper.requestAsync(HttpClientHelper.java:100) ~[unirest-java-1.4.5.jar:na]
at com.mashape.unirest.request.BaseRequest.asStringAsync(BaseRequest.java:64) ~[unirest-java-1.4.5.jar:na]
The text was updated successfully, but these errors were encountered:
From #92
We're getting this error when calling requestAsync parallel during performance testing our application with gatling.
java.lang.IllegalThreadStateException: null
at java.lang.Thread.start(Thread.java:705) ~[na:1.8.0_40]
at com.mashape.unirest.http.HttpClientHelper.requestAsync(HttpClientHelper.java:100) ~[unirest-java-1.4.5.jar:na]
at com.mashape.unirest.request.BaseRequest.asStringAsync(BaseRequest.java:64) ~[unirest-java-1.4.5.jar:na]
The text was updated successfully, but these errors were encountered: