palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

Synchronize document text updates #866

Closed andfoy closed 3 years ago

andfoy commented 3 years ago

Fixes #793 Closes #798

andfoy commented 3 years ago

It is not possible to guarantee a certain scenario for concurrent accesses, since it is not possible to ensure that a specific thread arrives before other