Merge pull request #106 from kevinwilson541/fix/tls-server-connect
call startTLSServer in socketServer to init this.server
This commit is contained in:
commit
4c764fd310
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ function startServer() {
|
|||
serverCreated.bind(this)
|
||||
);
|
||||
}else{
|
||||
startTLSServer.bind(this);
|
||||
startTLSServer.bind(this)();
|
||||
}
|
||||
}else{
|
||||
this.server=dgram.createSocket(
|
||||
|
|
Loading…
Reference in a new issue