machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies
BSD 3-Clause "New" or "Revised" License
539 stars 173 forks source link

[BUG] Does not receive a close or error message. and the mapping configured in the host file does not take effect #486

Open engun opened 1 year ago

engun commented 1 year ago

System version :window11 x64 IXWebSocket version :v11.4.4

There are two known problems:

  1. If the server is unexpectedly disconnected, IXWebSocket does not receive a close or error message
  2. When the network is unavailable, the mapping configured in the host file does not take effect
    127.0.0.1 eg.com

Hats off to open source authors