Commits
Unhangout committed c037fc8c55a
FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work Assigning the speedTest callback funtion to a local variable and unsetting the this.speedCB instance variable prior to calling the callback function allows the rpcClient.speedTest functionality to be used more creatively (such as calling it recursively for multiple runs) without affecting existing functionality.