Closed marshallswain closed 7 years ago
This makes the URL available externally to the socket, the way it is with actual socket.io-client.
var socket = io(‘http://localhost:3030’); assert(socket.io.uri === ‘http://localhost:3030’) // <— true
lgtm 👍
This makes the URL available externally to the socket, the way it is with actual socket.io-client.