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
It seems that when hitting the code block: "int ret = cosmclient.put(feed, cosmKey);" there is a hang in the library. For me it occurs at ramdom, but generally if I have network problems or when my network is really busy (on my DSL router). When the hang occurs, it fails to time out, thus hanging up the entire application - a reboot of the Arduino is needed to break the hang.
I think its not a "real" hung,it waits a long time for a reply from the server and if that does not happen for some reason the program just halts at that state.It happened to me.I solved by editing the library not to retrieve the code
This has been reported cosm/cosm-arduino#2 and needs verifying.
@sarelvdwalt:
@errordeveloper:
@manosv:
@errordeveloper:
@manosv:
The text was updated successfully, but these errors were encountered: