remove Connection
Removes a connection from the connection map. This method calls UdpClientDisconnectedEvent after removing the connection from the map.
Return
true
if the connection was successfully removed, false
if the connection was not found.
Parameters
The UDP server connection to remove.
Removes a connection by player from the connection map. This method calls UdpClientDisconnectedEvent after removing the connection from the map.
Return
true
if the connection was successfully removed, false
if the connection was not found.
Parameters
The player associated with the connection to remove.
Removes a connection by secret from the connection map. This method calls UdpClientDisconnectedEvent after removing the connection from the map.
Return
true
if the connection was successfully removed, false
if the connection was not found.
Parameters
The secret associated with the connection to remove.