call startTLSServer in socketServer to init this.server
This commit is contained in:
parent
e7739111fc
commit
c849889590
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ function startServer() {
|
||||||
serverCreated.bind(this)
|
serverCreated.bind(this)
|
||||||
);
|
);
|
||||||
}else{
|
}else{
|
||||||
startTLSServer.bind(this);
|
startTLSServer.bind(this)();
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
this.server=dgram.createSocket(
|
this.server=dgram.createSocket(
|
||||||
|
|
Loading…
Reference in a new issue