Immediately after switching the page, it will work with CSR. Please reload your browser to see how it works.
Source:https://github.com/SoraKumo001/next-streaming
#if defined SO_REUSEPORT_LB setsockopt(fd, SOL_SOCKET, SO_REUSEPORT_LB, &(int) { 1 }, sizeof(int)); #elif defined SO_REUSEPORT setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &(int) { 1 }, sizeof(int)); #else [do something to avoid reusing sockets] #endif