Skip to content

little mistake in def initiateSlaveNode(master_port = 8080): #1

Description

@Habib2014

In this function you have declared :

define the master node address

server_address = ('127.0.0.1', **server_port**) 
instead of  

server_address = ('127.0.0.1', master_port)

Many thanks for you

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions