mirror of
https://github.com/fosrl/olm.git
synced 2026-03-08 23:03:12 -05:00
Olm requires process restart when after network reconnect #2
Reference in New Issue
Block a user
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 @shyim on GitHub (Aug 6, 2025).
Originally assigned to: @oschwartz10612 on GitHub.
I am running olm as background service. I changed location with my mac and re-connected to internet. I see in lock Websocket connected. It's green again in the Dashboard. But no connection works.
Restarting the olm client works again, it seems the wireguard connection is not restored just websocket
@oschwartz10612 commented on GitHub (Aug 6, 2025):
All yep this is because it is not detecting a change in the source IP in
gerbil when you change networks. I will work on this!