GautamJain133
GautamJain133
yes, i am also facing the same issue if anyone knows how to solve this issue please revert. my application is always open on desktop either in minimize or in...
@maximilien0405 have u got any permanent solution rather that the hacks like window.reload and all. is this window.reload mechanism works properly
@darrachequesne please help client code : socket = io(`serverurl.com/react-client`, { path: "/api2/socket.io", query: { accounts: jsonString }, forceNew: true, }); server code: const io = new Server(server, { cors: {...