AWS IOT #3118
-
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Please don't paste snapshots, you can do the same pasting a text log. Maybe because you didn't fill your data or your network does not allow connection, all I seem to see is a connection attempt |
Beta Was this translation helpful? Give feedback.
-
Think you This is a code snippet. I always time out on Windows, but on linux, it won't respond after just one connection static const char *s_url ="a1mp3hdlpio4yf-ats.iot.us-east-2.amazonaws.com"; static void fn(struct mg_connection *c, int ev, void *ev_data) { if (ev == MG_EV_ERROR || ev == MG_EV_CLOSE) { //int main(void) { void Wcmn::wMAsyncWorker1_ref_cb(uint16_t code, LvEvent e) { |
Beta Was this translation helpful? Give feedback.
-
I already told you there is a connection attempt and no response, that looks very much like a network problem on your side.
Please do as requested
Please read the above again, and one more time, and do as requested In the event that you reduce your code to the minimum, as requested, Please properly format your code |
Beta Was this translation helpful? Give feedback.
Please don't paste snapshots, you can do the same pasting a text log.
Maybe because you didn't fill your data or your network does not allow connection, all I seem to see is a connection attempt
Please sniff your network (using Wireshark, for example) and observe the traffic.
If, after your network inspection, you find an actual issue, feel free to open an issue, fill the issue template, and provide us with pertinent information (including useful network capture files; no snapshots, please attach capture files) in order to reproduce and fix the issue. We don't inspect your code for errors, please send the minimum piece of code that can reproduce the issue