GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

Jadeite prone to getting into a non-responsive state on windows / remote jadeite client #38

Open LisaAlmarode opened 10 months ago

LisaAlmarode commented 10 months ago

This has occurred now once on Windows 10, and was continual on Windows 7.

The symptom is that you can click on things and nothing happens - click on a class, it doesn't show the methods. Click on the SUnit browser icon bar item, nothing happens. Disconnect and reconnect and get RSR broken promises.

On Windows 10, it occurred when I was clicking around on classes one after the other (I was preparing to report an issue on this annoying double flicker in painting categories and methods when you select a class).

There is certainly latency connecting from windows to the linux server, vs running on the same machine as the stone.

While we may or may not decide to worry about pharo on windows, it's also possible that we aren't testing with linux pharo clients not local to the stone, and a similar issues could occur.

ericwinger commented 10 months ago

This looks like an RSR bug that Kurt may have found. Assigning to him for investigation or reassignment back to me.

ericwinger commented 7 months ago

After much work around the RSR transport layer, this is ready to be retested. Use commit https://github.com/GemTalk/JadeiteForPharo/commit/8e0282344aa9a9a59364647a595816eb9594c065 or later

LisaAlmarode commented 4 months ago

Didn't mean to close!