此方法关闭套接字。它没有引发任何例外。
与 不同 disconnect(), shutdown()关闭客户端连接而不先尝试向服务器发送QUIT命令。因此,如果连接由于某种原因(例如网络故障)而中断,它不会阻塞。
disconnect()
shutdown()
QUIT
shutdown()在 Connector/Python 2.0.1 中添加。