-
Notifications
You must be signed in to change notification settings - Fork 3
Removed run_peer_service_forever function #72
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
base: main
Are you sure you want to change the base?
Conversation
| if args.service: | ||
| verbosity = args.verbosity if (args.verbosity is not None) else 0 | ||
| crawler_thread = spawn_peer_crawler_thread(ctx, True, args.delay, verbosity) | ||
| run_peer_service_forever(crawler_thread.peerman, port=args.port) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The port command line argument can be deleted too
|
The peer_service_header can be deleted too. |
|
And probably others too. |
|
We can't rmeove this code until we add the code that replaces this. |
|
peercrawlerport can be rmeoved too |
|
This PR has conflicts that need to be resolved. |
|
@dsiganos I remember we talked previously about making a peer service client. Is it still relevant? |
| do_connect(ctx, args.connect) | ||
| sys.exit(0) | ||
|
|
||
| if args.service: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole concept of peercrawler service needs to be removed
No description provided.