@@ -280,8 +280,8 @@ bool Network_base::is_connected(int socket_fd)
Error_manager Network_base::check_and_reconnect(int socket_id)
{
int t_socket_fd = m_network_socket_map[socket_id].m_socket_fd;
- if ( is_connected(t_socket_fd) == false )
-// if ( true )
+// if ( is_connected(t_socket_fd) == false )
+ if ( true )
//关闭连接
close(t_socket_fd);