We are about to switch to a new forum software. Until then we have removed the registration on this forum.
My simple ThingspeakClass works fine, but after each data upload I:ve got a Client SocketException: Socket closed in the console. Data are continiously transferred to Thingspeak without an further issues.
https://github.com/f41ardu/Thinkspeak-Processing
After implementation of my own web server with a simple POST API using Phyton on a Raspberry data are transferred into my server, but same result. Client SocketException: Socket closed still shows up in the console window after each upload.
Bug or feature?
Works for weeks now on Thingspeak, so I guess it is a issue of the processing.net.*; implementation ?