Sometimes, in the time between getting channel name and server name, the user will switch the server, causing the pair to be something like (channel_in_server_1, server_2). Avoid this by quickly checking after the server name is obtained that the channel name is the same as before.
Sometimes, in the time between getting channel name and server name, the user will switch the server, causing the pair to be something like
(channel_in_server_1, server_2)
. Avoid this by quickly checking after the server name is obtained that the channel name is the same as before.