EOFException after server responds
问题 I have a quite simple problem but I've still couldn't find a solution yet. What I want to accomplish: I'm trying to establish a reliable connection between a smartphone running Android and the ESP8266 wifi module. I would like to send short HTTP string messages, where the phone plays the role of a client and the ESP8266 of a server. For managing HTTP requests I'm using the Volley library. What already works: I am able to do a successful HTTP GET request to the ESP8266 from a browser running