断开之后再连接(50分)

  • 主题发起人 主题发起人 ortega
  • 开始时间 开始时间
O

ortega

Unregistered / Unconfirmed
GUEST, unregistred user!
我现在要解决这样一个问题,当客户端正常连接服务器之后。因为其他缘故,服务器重新启动,我想让已经断开的客户端重新连接服务器,怎么实现
 
我是在用个线程来监视 socket 状态的<br>大体上代码是这样的:<br>线程create的时候传入要监视的sctclt;<br>while(true)<br>{<br>&nbsp; &nbsp;if FsctClt.disXXX then <br>&nbsp; &nbsp; &nbsp;try<br>&nbsp; &nbsp; &nbsp; &nbsp;FsctClt.cXXX;<br>&nbsp; &nbsp; &nbsp;except<br>&nbsp; &nbsp; &nbsp;end;<br>&nbsp; &nbsp; sleep(1);//关键<br>}<br>具体的你要自己实现了,譬如说阁多长时间再连==
 
心跳实现timer
 
多人接受答案了。
 
后退
顶部