Remove the workaround for net.connect delay.

This commit is contained in:
Cheng Zhao
2014-01-23 21:03:17 +08:00
parent c424a39538
commit 5f0a3061ac

View File

@@ -39,10 +39,6 @@ class AtomApplication
createAtomApplication()
return
# The net.connect is slow in atom-shell for now, use this workaround until
# atom/atom-shell#159 is fixed.
process.activateUvLoop()
client = net.connect {path: socketPath}, ->
client.write JSON.stringify(options), ->
client.end()