NTP-client icon indicating copy to clipboard operation
NTP-client copied to clipboard

Resolve Android crashes and improve reliability

Open batchar2 opened this issue 7 months ago • 1 comments

Hi! Thanks a lot for this great library! I'm using it in my project.

Unfortunately, I encountered a few issues on Android related to networking and locking, so I tried to address them:

  • Replaced deprecated gethostbyname with getaddrinfo
  • Improved network error handling
  • General code cleanup and refactoring

Let me know if anything needs to be changed!

batchar2 avatar Jul 03 '25 11:07 batchar2

The issue I faced and resolved

Screenshot 2025-07-03 at 9 50 01 pm

batchar2 avatar Jul 03 '25 11:07 batchar2