scaling: include padId in socketio query string

This commit is contained in:
John McLear 2021-03-24 16:07:11 +00:00 committed by GitHub
parent 0e854a5892
commit 2b98b930d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -52,7 +52,7 @@ const init = () => {
Cookies.set('token', token, {expires: 60});
}
socket = socketio.connect(exports.baseURL);
socket = socketio.connect(exports.baseURL, '/', {query: {padId}});
// send the ready message once we're connected
socket.on('connect', () => {