Webapp: update documentation URL to the SocketIO client docs
No functional changes.
This commit is contained in:
parent
76a24243f0
commit
2af9a3e98e
@ -86,7 +86,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
connectToWebsocket() {
|
connectToWebsocket() {
|
||||||
// The SocketIO client API docs are available at:
|
// The SocketIO client API docs are available at:
|
||||||
// https://github.com/socketio/socket.io-client/blob/2.4.x/docs/API.md
|
// https://github.com/socketio/socket.io-client/blob/2.x/docs/API.md
|
||||||
// console.log("connecting JobsListener to WS", websocketURL);
|
// console.log("connecting JobsListener to WS", websocketURL);
|
||||||
const ws = io(websocketURL, {
|
const ws = io(websocketURL, {
|
||||||
transports: ['websocket'],
|
transports: ['websocket'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user