You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting hot release upgrades would be nice, as restarting the TURN service kills running calls.
Caveats:
To avoid an emulator restart during the upgrade, the new eturnal version would have to stick to the same OTP version. At least the core applications cannot be soft-upgraded: ERTS, Kernel, STDLIB, and SASL.
Supporting hot upgrades with distribution packages would probably be (too) combersume, as both the old and new version would have to be installed in parallel during the upgrade. Just using versioned package names won't do the trick, as both the old and the new package would install identical file paths. (Ab)using mechanisms such as Debian's diversions or alternatives is probably too much a hassle given the number of affected files. However, hot upgrades should be possible with the binary release.
The text was updated successfully, but these errors were encountered:
Supporting hot release upgrades would be nice, as restarting the TURN service kills running calls.
Caveats:
The text was updated successfully, but these errors were encountered: