TeamRemote / remote-sublime

Remote Collab for SublimeText
http://teamremote.github.io/remote-sublime
MIT License
44 stars 5 forks source link

Merge in new network stack #4

Closed hawkw closed 10 years ago

hawkw commented 10 years ago

I stripped out all the old networking code and replaced it with a new network stack that is non-stupid and doesn't deadlock Sublime. I know for a fact that it does communicate over the network correctly, as I've done some testing. However, the diff-match-patch parts aren't working correctly, as the remote keeps telling me that it received an invalid patch string - I consider this to be a success anyway as it means my networking code works.

Do note the following: