mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
add note
This commit is contained in:
parent
b119a1d0d4
commit
43b8b779f2
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ const sendToProxy = async (options = {}, targetNode, retryNumber = 0) => {
|
||||||
return sendToProxy(options, targetNode, retryNumber + 1);
|
return sendToProxy(options, targetNode, retryNumber + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 504 is only present in 2.0.3 and after
|
||||||
// relay is fine but destination is not good
|
// relay is fine but destination is not good
|
||||||
if (response.status === 504) {
|
if (response.status === 504) {
|
||||||
const pRetryNumber = retryNumber + 1;
|
const pRetryNumber = retryNumber + 1;
|
||||||
|
|
Loading…
Reference in a new issue