Closed Miaonster closed 8 years ago
I intended to use helper.createRoom(http: false) to turn off built in HTTP server. But I found the http property doesn't work. After reading the source code index.coffee#L76, I found http should be httpd.
helper.createRoom(http: false)
http
httpd
Oh, good catch! thx! :star2:
I intended to use
helper.createRoom(http: false)
to turn off built in HTTP server. But I found the http property doesn't work. After reading the source code index.coffee#L76, I foundhttp
should behttpd
.