Fix coturn #136
Reference in New Issue
Block a user
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?
Coturn seems to be having binding issues, maybe similar to #135? Plz fix
Probably different to #135 - that one is trying to connect to synapse, this one is trying to bind addresses for its own service
I took a look many many months ago and it's just trying to bind to things it hadn't been instructed to, which was very annoying.
I'll take another look though
This was fixed in
a009b05977
Somehow not being able to read its TLS certs generated an error about not being able to listen on an IP.
I guess it does say "cannot bind TLS/TCP listener socket" but it's not a good error...