alonho/pystuck

Restore unix_socket functionality

Closed this issue · 1 comments

In #7, the --unix_socket feature recently added was removed, as it generated an import error from rpyc.

It was suspected that rpyc had removed the API, however it was actually not-yet-released, so in master only. At the time, pystuck was marked to require rpyc == 3.2.3 but following 760b3d8 it actually required a master build of rpyc with the addition of unix_connect support in rpyc via tomerfiliba-org/rpyc@2b7eb0c .

This feature was not released until much later via rpyc 3.4.4: tomerfiliba-org/rpyc@d71443f .

Testing with current rpyc shows unix_socket should work, so I propose to restore this feature.

This would be fixed by merge of #15.