Closed
Description
Describe the bug
I am using your library to receive a JSON file from a websocketserver. When it receive the file, it starts printing hexadecimal numbers and after two seconds aproximately the esp8266 restarts.
To Reproduce
Version : 0.4.11
Board : NODEMCU
Only using this library
Expected behavior
I expect to receive the json file, wich is received as a string, and later i want to print it By using serial library
Additional context
I supposed that this problem was related to the receive buffer size, so I execute the same code, but receiving a short json file and it worked as expected, so I think the problem is not related to code.