mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-18 15:32:35 +00:00
Another fix for connection robustness.
This commit is contained in:
parent
4d170db5e0
commit
7b53315046
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ class SyncService(
|
|||
// TODO: Implement hole punching if needed
|
||||
}
|
||||
|
||||
if (getLinkType(targetKey) == LinkType.None && connectionInfo.allowRemoteRelayed && Settings.instance.synchronization.connectThroughRelay) {
|
||||
if (!isConnected(targetKey) && connectionInfo.allowRemoteRelayed && Settings.instance.synchronization.connectThroughRelay) {
|
||||
try {
|
||||
Logger.v(
|
||||
TAG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue