Why: certain devices and browsers are not timing out correctly in webSocket testing causing errors to be thrown when it should then complete http latency calls
How: Add monitor to verify webSocket call was completed in set timeout and stop test if not and return error to client
Test: set debugger in monitor function to verify functionality.
Why: certain devices and browsers are not timing out correctly in webSocket testing causing errors to be thrown when it should then complete http latency calls How: Add monitor to verify webSocket call was completed in set timeout and stop test if not and return error to client Test: set debugger in monitor function to verify functionality.