mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Swap the two lines
This commit is contained in:
parent
c7ab4994ea
commit
3e24296996
1 changed files with 1 additions and 1 deletions
|
@ -582,8 +582,8 @@ function handleConnectionResponseAndMaybeRepeat(error, response) {
|
|||
UserActivityLogger.makeUserConnection(connectingId, false, error || response);
|
||||
connectionRequestCompleted();
|
||||
} else {
|
||||
debug('server success', result);
|
||||
result = response;
|
||||
debug('server success', result);
|
||||
if (pollCount++) {
|
||||
connectionRequestCompleted();
|
||||
} else { // Wait for other guy, so that final succcess is at roughly the same time.
|
||||
|
|
Loading…
Reference in a new issue