A pitfall of socket.io-client to be avoided
When I was debugging a CI/CD open source project called piplin(http://piplin.com), I failed setting up a web socket connection between node.js server and the browser. The browser is using cocket.io-client…