SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

Slow response when internet connection is slow

Open kklot opened this issue 4 years ago • 5 comments

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).

kklot avatar Jul 14 '20 15:07 kklot

That's odd. It doesn't use any internet connection of course.

randy3k avatar Jul 14 '20 16:07 randy3k

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.

kklot avatar Jul 15 '20 14:07 kklot

this definitely happens: unresponsive network connection (e.g. hanging while loading Github in a browser) = unresponsive SendCode (to iTerm2 if this is relevant).

kklot avatar Sep 10 '20 21:09 kklot

I suspect that one of your packages is blocking the sublime API.

randy3k avatar Sep 11 '20 03:09 randy3k

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?

maegul avatar Oct 06 '22 00:10 maegul