Skip to content

launching ppserver.py without port fails #3

@SKKx

Description

@SKKx

Launch in a shell the following command :

$ ppserver.py -a

Now try to launch sum_primes.py example with '127.0.0.1' in ppservers tuple.

$ python sum_primes.py 0

It just freeze while with the original pp version, it works.
In order to get ppft to work with sum_primes.py example you have to specify which port to use and listen on.

$ ppserver.py -a -p60000

and '127.0.0.1:60000' in ppservers tuple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions