Closed jimOnAir closed 1 year ago
Thank you @jimOnAir for reporting this! Version 0.1.23 now propagates the net.Server
and tls.Server
listening
event.
Hello @jimOnAir! Did you have the chance to test this?
Hello @PantelisGeorgiadis . Yes, it works like a charm, thank you
Great to hear that!
Hello. I've faced the problem that I can't handle exceptions on the SCP server start properly cause it lacks a listening event. If I start the server with promise, it either never resolves or doesn't handle network error. So I've created a subclass of Server with an overriding
listen
method.It would be helpful if
Server
emits some event once it is ready (propogate net.Server and tls.Server 'listening' event).