-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow response when internet connection is slow #136
Comments
That's odd. It doesn't use any internet connection of course. |
Yeah, it happened a couple times already. So it should be something related to local communications between the apps? I sent code mostly to iterm2, tmux, but once it happened, sending to Mac Terminal also lagged. |
this definitely happens: unresponsive network connection (e.g. hanging while loading Github in a browser) = unresponsive SendCode (to iTerm2 if this is relevant). |
I suspect that one of your packages is blocking the sublime API. |
That makes a lot of sense ... I'm having lag issues too and don't know what's causing it. Could a LSP server be a major cause of delay/race-condition? |
Hi, I am not sure it is the case, but does
sendcode
depend on internet connection? if yes, why is that? I noticed that everytime my internet slow down or trouble connnecting (on mac) to wifi, sending code lagged considerably to an annoying level. Turn off wifi recovered the speed immediately (showed by sending multiple code sections that I had sent before but have not been arrived).The text was updated successfully, but these errors were encountered: