Joshua Michael Daly

Results 6 comments of Joshua Michael Daly

We encountered the same issue when testing a webchat application that was exchanging a large amount of messages. The issue was resolved by changing the responseBacklog declaration from a LinkedList...

Quick update that should be a ConcurrentLinkedDequeue: ``` java new ConcurrentLinkedDeque(); ```

I encountered an issue today when working with very large numbers of websocketsamplers. The threads appear to be only closed when the test finishes via testEnded(). So when we were...

I'm also seeing this issue the error in my case is: ERROR - JMeter.plugins.functional.samplers.websocket.ServiceSocket: Disconnect 1006: EOF I'm trying to use the WebSocket plugin to bench test a chat application...

Taking a look through my Tomcat log files I found the following 3 Exceptions related to this behavior: 2015-07-30 09:10:29.345 -0700 ERROR Error sending message to 24f: java.io.IOException: An established...