You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommandClient.Java line 126 is calling buffer.readUtf8LineStrict, which fails on the response received from the softap-emulator. I don't think there's a need to read the headers from the response as the TCP client doesn't set any headers. Does anyone know why does it read the headers here?
The text was updated successfully, but these errors were encountered:
Original issue: particle-iot/spark-setup-android#52
CommandClient.Java line 126 is calling buffer.readUtf8LineStrict, which fails on the response received from the softap-emulator. I don't think there's a need to read the headers from the response as the TCP client doesn't set any headers. Does anyone know why does it read the headers here?
The text was updated successfully, but these errors were encountered: