Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Socket Connection Not Happening #5

Open
drewmutt opened this issue Feb 2, 2017 · 0 comments
Open

Socket Connection Not Happening #5

drewmutt opened this issue Feb 2, 2017 · 0 comments

Comments

@drewmutt
Copy link

drewmutt commented Feb 2, 2017

So, I installed everything, and it just plumb wouldn't connect to Atom from Chrome on my Mac. After digging into the code, it seems at though in ghost-text.coffee the line
wsServer.listen(0)
Did, as the node docs say, assign a random port but never seemed to really start listening on it. Not sure the cause of this, but I changed to a concrete value..
wsServer.listen(8524)
And it began to work. Hopefully this is helpful and thanks for this awesome tool!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant