Wildhoney / EmberSockets

Socket.io (WebSockets) integrated with Ember.js' observer pattern.
http://ember-sockets.herokuapp.com/
MIT License
136 stars 22 forks source link

Passing empty port #29

Closed seifsallam closed 10 years ago

seifsallam commented 10 years ago

I'm trying to have different setups for development and production. So port is set from a variable, if i try to empty port it sets port to 4200. The only way around this was to remove passing port in the first place to the app.

Is there anyway to pass empty port?

Wildhoney commented 10 years ago

Yep, understood. Will add this tonight as I also need this feature for Heroku deployments.

Wildhoney commented 10 years ago

Sorry it took a little longer. Thanks for opening the PR! :beers:

seifsallam commented 10 years ago

Thank you! :beers: