-
Notifications
You must be signed in to change notification settings - Fork 22
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
Found some dead code #7
Comments
you can verify this by commenting out |
Thanks for report. I will let this issue stay open because I think perhaps we should replace this cross-language rpc module into something more stable and easier to use: e.g. grpc. When we started this project (2013), I think grpc was not released yet so we had to write our own. Just curious, did you find out through some code analysis tool or manually? |
I found it manually. I'm doing work with your experimental scripts to replicate your results and to understand how they work as part of DSEF. I discovered this while trying to run all experiments from Anyways, not restarting |
P.S. Our github page is pretty dead write now because a lot of what we've been doing recently isn't writing code, but working with other people's experiments |
I see. Good work! I like the idea of a general testing framework. Let me know of any issues you have setting up janus. |
rrr/pylib/simplerpc/Server.py
never gets run. Consequently,_pyrpc_init_server
,_pyrpc_fini_server
,_pyrpc_server_start
,_pyrpc_server_unreg
,_pyrpc_server_reg
also never get runThe text was updated successfully, but these errors were encountered: