You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As titled, atom-haxe tries to start haxe --wait for each atom window which results in Error: Couldn't wait on 127.0.0.1:6112 (can be seen when toggled completion debug log), if there is already a haxe server started by another atom window.
This is not a big deal, because the completion still works. It is just wasting a little CPU.
The text was updated successfully, but these errors were encountered:
Yes, that's actually a temporary workaround to prevent the server from not being restarted when working with multiple windows and closing the one that has started the server.
Without this workaround, you could kill the server without knowing it when closing the window (and wonder why completion does not work anymore).
That said we should for sure look for a better way of handling this.
jeremyfa
changed the title
Tries to start haxe --wait for each atom window
Find a better way to keep haxe server running when closing/opening windows
Apr 25, 2016
As titled, atom-haxe tries to start
haxe --wait
for each atom window which results inError: Couldn't wait on 127.0.0.1:6112
(can be seen when toggled completion debug log), if there is already a haxe server started by another atom window.This is not a big deal, because the completion still works. It is just wasting a little CPU.
The text was updated successfully, but these errors were encountered: