jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

fix the port setting line in the router main command #136

Closed elakito closed 7 years ago

elakito commented 7 years ago

This patch fixes the server port configuration issue in the command line application. Currently, the port value can be configured but the value is not passed to the server's configuration. As a result, the port remains as 8000.