This commit was merged in pull request #643.
This commit is contained in:
victorAnumudu
2024-03-13 21:02:37 +01:00
parent 70d82d89b3
commit 985afa3c7b
2 changed files with 0 additions and 2 deletions
@@ -44,7 +44,6 @@ export default function SocketIOContextProvider({children}) {
socket.on("received_refreshmarket_jobs", (data) => {
// setSocketMsgReceived(data.message);
dispatch(tableReload({type:'MARKETTABLELIST'}))
console.log('YES ssss')
});
}, [socket]);
-1
View File
@@ -315,7 +315,6 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
useEffect(()=>{ // sends an event to the socket to enable user join a room to be able to receive update when jobs enters the market
joinRoom('full-markets-jobs')
console.log('joined oooooooooooooooooooooooooooooooooooooooooooooooooooooooo')
},[isLogin.status])