guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

server barrier causes locking sometimes #496

Closed guillermooo closed 9 years ago

guillermooo commented 9 years ago

The likely culprit here is the init barrier we use to ensure the server starts up before the worker threads.

We have to move all init code to the background.

Also, some plugin loading issues in ST seem to have been fixed in the latest version, so try to reduce/remove the start up delay for the server.