When running a multithreaded load test on a class using WebSocketApp, I realized that WebSocketApp is not thread safe.
My test can run several minutes without error and then an error appears sometimes in WebSocketApp :
'NoneType' object has no attribute 'sock'
I have updated the package to the last version to ensure that this wasn't already fixed.
When running a multithreaded load test on a class using WebSocketApp, I realized that WebSocketApp is not thread safe.
My test can run several minutes without error and then an error appears sometimes in WebSocketApp :
'NoneType' object has no attribute 'sock'I have updated the package to the last version to ensure that this wasn't already fixed.