在客户端用两个端口建立了两个socket1, socket2接收服务器传来的数据,用socket1可接收服务器传来的数据,关闭socket1后,可以用socket2接收服务器传来的数据,问题是socket1关闭后就不能再用于接收服务器传来的数据.如何解决?