GemTalk / RemoteServiceReplication

MIT License
0 stars 3 forks source link

RsrConnection thinks connection is open even though it's socket reading and writing threads are gone #150

Open ericwinger opened 1 month ago

ericwinger commented 1 month ago

I'm not yet sure what's stopping the RSR socket reader and writer pharo processes, but they are going away and RsrConnection>>isOpen returns true. That causes any RSR message to hang.

image