mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-05 07:38:26 +00:00
uncomment the websocketProvider code
This commit is contained in:
parent
7d3c2155d9
commit
c5aecb30e0
@ -46,7 +46,7 @@ const WebSocketProvider: FC<Props> = ({ children }: Props) => {
|
|||||||
// Since we have load balancer in our application
|
// Since we have load balancer in our application
|
||||||
// We need to enforce transports to be websocket only
|
// We need to enforce transports to be websocket only
|
||||||
// Refer: https://socket.io/docs/v3/using-multiple-nodes/
|
// Refer: https://socket.io/docs/v3/using-multiple-nodes/
|
||||||
// transports: ['websocket'],
|
transports: ['websocket'],
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}, [currentUser]);
|
}, [currentUser]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user