alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
403 stars 116 forks source link

The start method returns a single instance #63

Closed dblock closed 7 years ago

dblock commented 7 years ago

Start returns a single instance, but that one may not be started since there're 2 instances, one for HTTP and one for HTTPS. In the case both are enabled it's even less clear what happens there.