any reason we can't have dynamic endpoint (!IsStat...
# server
c
any reason we can't have dynamic endpoint (!IsStatic) when IsServer is set? trying to run hub in k8s, so ext ip might change
j
Hmmm I'll have to do a dig into the code to determine if there's an issue with this. We may rely on a static endpoint for servers somewhere. However, feel free to open a github issue for this and link it here, since I think we can probably remove that limitation.
c
ok cool I skimmed the source but didn't find a reason for it, will open one