If ndk connects automatically to relays using the explicitRelayUrls, what is the best way to update the list of relay addresses? What I'm doing now is I run ndk.connect() every time the user makes changes to the explicitRelayUrls list.
There's a ndk. Pool. AddRelay for this
Please Login to reply.
Yeah I had a feeling that wasn't the proper way to do it, thanks.