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