Skip to content

Conversation

@pprejs20
Copy link
Collaborator

No description provided.

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)
Copy link
Owner

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

@dsiganos
Copy link
Owner

The peer_service_header can be deleted too.

@dsiganos
Copy link
Owner

And probably others too.

@dsiganos
Copy link
Owner

We can't rmeove this code until we add the code that replaces this.

@dsiganos
Copy link
Owner

peercrawlerport can be rmeoved too

@dsiganos
Copy link
Owner

dsiganos commented Jun 24, 2022

This PR has conflicts that need to be resolved.

@miguel1117
Copy link
Collaborator

@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:
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants