Skip to content

Commit

Permalink
fix: pause for TLS cipher suite negotiation completion (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Aug 1, 2023
1 parent 640e1d7 commit 456ccb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channel/wasm-tls-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ import {Mutex, withTimeout, Semaphore} from 'async-mutex';
setTimeout((self) => {
self._zitiContext.logger.trace("ZitiWASMTLSConnection.connected(): after timeout");
self._connected = true;
}, 100, this);
}, 500, this);

}

Expand Down

0 comments on commit 456ccb4

Please sign in to comment.