Mismatched Socket.IO version with webui repo
The webui submodule has had its Socket.IO version bumped whereas the pyweb repo has not. This results in the pyweb server hanging when the client tries to connect, due to mismatched versions. Checking out d752efa (the commit before the library update) in webui seems to fix the problem for now.