Universal-Arduino-Telegram-Bot
Universal-Arduino-Telegram-Bot copied to clipboard
10+ second blocking delay while sending each message
Is a 10+ second delay common or to be expected when sending a message from my nodemcu to Telegram? I have not tried a different library yet to see if it's a common issue but it reminds me of the issue ESP's have with socket data transmission timeouts where the ESP is expecting an ACK after an EthernetClient.write command but doesn't get one so it times out.
Im having this same issue with it on my ESP8266 connected to wifi and was wondering if anyone had any ideas or solutions?