Hello,
I am using single_socket to prevent the user from logging through multiple devices at the same time. It is working as intended but now I also have to implement logic to try to reconnect the socket if it closes due to network issues. For this I need to get the reason for the socket close so that I can check if the socket is closed because of connectivity issue and not because the user logged in from other device but I can’t seem to find any such variable in nakama documentation.