Lijiugen

Results 1 issues of Lijiugen

mqtt和tcp网络重连时都会调用hio_create_socket创建Io,但是当网络异常或者网卡还未准备好时又或是网络本来是正常的突然没网情况时,hio_create_socket函数由于无法进行域名解析导致hio_create_socket直接返回为NULL,而重连定时器运行的前提是socket要正常创建,进而导致重连无法实现。现在要解决问题就很麻烦,希望libhv能解决这个问题就好了,这样就无脑使用就行。 ![2ed7bd19051ea39b37fd4d2a539a71a4](https://github.com/user-attachments/assets/ae34f3c1-41ed-41f9-b0f5-3b198600a29d) ![image](https://github.com/user-attachments/assets/1e1d7dfe-58c2-49ce-83d1-80565acf5e2f) ![2f8d46573d8b591ec4c9588012d4ae11](https://github.com/user-attachments/assets/b092d942-9e86-43c4-9ea9-1077d9d32792) ![image](https://github.com/user-attachments/assets/102f0a97-a6d4-4ab7-a16a-dfc9257c57d8)