NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.94k stars 1.69k forks source link

Websocket EINPROGRESS (Operation now in progress) #542

Open jimneylee opened 5 years ago

jimneylee commented 5 years ago

I test in Android 7.0 and Android 8.0, it works well. But in Android5.1 and Android 4.3, it print follow info,Does anyone else have this problem?

05-09 20:21:32.890 25197-25248/? I/System.out: Connecting to : ws://192.168.1.128:9191 05-09 20:21:32.890 25197-25280/? I/System.out: [CDS]connect[/192.168.1.128:9191] 05-09 20:21:32.890 25197-25280/? I/System.out: [DataKvKc]:failed to connect to /192.168.1.128 (port 9191): connect failed: EINPROGRESS (Operation now in progress),timeoutMs:0,cause:connect failed: EINPROGRESS (Operation now in progress)

NoahAndrews commented 5 years ago

Judging by the system.out logging, I'm guessing you are using an older version of the library. If so, I'd start by updating.

Sorry, wrong library.

jimneylee commented 5 years ago

@NoahAndrews Hi, Today I use another websocket lib TooTallNate/Java-WebSocket, it works all well.