mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-04 15:18:17 +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
|
||||
// We need to enforce transports to be websocket only
|
||||
// Refer: https://socket.io/docs/v3/using-multiple-nodes/
|
||||
// transports: ['websocket'],
|
||||
transports: ['websocket'],
|
||||
})
|
||||
);
|
||||
}, [currentUser]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user