Update conversation.html
This commit is contained in:
@@ -398,7 +398,8 @@ if (typeof window.ChatManager === 'undefined') {
|
||||
});
|
||||
|
||||
// Create socket instance
|
||||
socket = io({
|
||||
socket = io(window.location.origin, {
|
||||
path: '/socket.io/',
|
||||
transports: ['websocket', 'polling'],
|
||||
upgrade: true,
|
||||
reconnection: true,
|
||||
|
||||
Reference in New Issue
Block a user