-
Notifications
You must be signed in to change notification settings - Fork 27
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
start-process in epc:start-server #17
Comments
Yes. I think this is a problem too. |
I think epc should read more lines from output and port number in output should use a fixed format other than just a number. |
Finding some specific format in a stream is a complex task. How about reading port from a file (add an option to do that)? This way it also makes it easier to connect a same peer from different processes. |
Yes, that's better. |
The For the same reason, change port number format is problematic. So unless emacs-epc and python-epc change at the same time, we have to risk the change that |
@ustcscgy You can use |
No, EPC is easy to debug! With this |
An idea came to me yesterday: |
start-process
mixes stdout and stderr, so a warning may come before theport-str
, and causes a falseerror
to raise.The text was updated successfully, but these errors were encountered: