howdyai / botkit-starter-web

Botkit Anywhere - a starter kit for building a bot that lives in your website or app
https://botkit.ai
MIT License
113 stars 75 forks source link

Pass webserver to controller.openSocketServer #6

Closed Naktibalda closed 7 years ago

Naktibalda commented 7 years ago

Instead of undefined property controller.httpserver

Naktibalda commented 7 years ago

Actually this change was wrong, I expected controller.httpserver to be assigned in botkit code, but it was assigned in https://github.com/howdyai/botkit-starter-web/blob/master/components/express_webserver.js#L37 instead.

I will add a type definition file to this project once https://github.com/howdyai/botkit/pull/953 is merged.