-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
with this setting:
catChat.settings = {
user: 'user_123',
}
the websocket connection it is always open with the user id 'user'.
instead passing the user directly into the path works:
catChat.settings = {
user: 'user_123',
ws: {
onFailed: (error) => {
console.log(error.description)
},
'path': 'ws/user_123'
},
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working