Merge pull request #242 from BeaudanBrown/fix-p2p

Fix p2p
pull/244/head
sachaaaaa 6 years ago committed by GitHub
commit cf8defc731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,6 @@ class LocalLokiServer extends EventEmitter {
// Async wrapper for http server close
close() {
this.removeAllListeners();
if (this.server) {
return new Promise(res => {
this.server.close(() => res());

Loading…
Cancel
Save