srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Pass requests to jedi one by one #260

Closed srusskih closed 6 years ago

srusskih commented 6 years ago

Possible fix for #259.

If jedi stacked with a "command" then all other "commands" would case jedi fail. To prevent this we should run them one by one. For completion I have used ThreadPoolExecutor with size 1.

edelvalle commented 6 years ago

I will try this...

srusskih commented 6 years ago

@edelvalle thanks