mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #47] "No Internet Connection" issue not resolved automatically #45
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joshuafhiggins on GitHub (Jan 16, 2024).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/47
Sometimes the AirMessage server looses internet access, through some means or another. The option to retry is given to the user but instead should be ran automatically until the connection is established. I remember this being done for other issues, I think with Firebase. This would be a nice QoL addition for running the server without manual intervention.
@dkpnw commented on GitHub (Nov 5, 2025):
I've found that this issue also corresponds with a WAN IP change/update. I built in an automatic AirMessage server restarter to a docker container I have running DDNS for me on my Mac Mini server. Works pretty well, but it's a bummer that this type of health check / auto-repair isn't built into the server itself. It is a server after all, it should do what it can to remain connected and reestablish a connection automatically if it drops.