I try to use socket in react and I made redux synced to share store with all chrome tabs then the socket will initialize at first tab only, my problem is when I close the first tab the socket also close and rest of tabs read only old data in store
How I can open socket in any tab when I close the main tab?