Skip to content
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

[BE2]: Kickstart peer-to-peer connection upon server start #1749

Closed
K1li4nL opened this issue Feb 21, 2024 · 0 comments · Fixed by #1764
Closed

[BE2]: Kickstart peer-to-peer connection upon server start #1749

K1li4nL opened this issue Feb 21, 2024 · 0 comments · Fixed by #1764
Assignees
Labels
be2-scala decentralized Decentralized Communication Project good first issue Good for newcomers

Comments

@K1li4nL
Copy link
Contributor

K1li4nL commented Feb 21, 2024

For now the config file is src/main/scala/ch/epfl/pop/config/server-peers-list.conf is only watched for changes and read when such change is detected. Ideally the file should be read when the server starts.

The following class are of interest in solving this problem:

  • src/main/scala/ch/epfl/pop/decentralized/Monitor.scala
  • src/main/scala/ch/epfl/pop/decentralized/ConnectionMediator.scala
@K1li4nL K1li4nL added good first issue Good for newcomers be2-scala decentralized Decentralized Communication Project labels Feb 21, 2024
@DanielTavaresA DanielTavaresA self-assigned this Feb 27, 2024
@DanielTavaresA DanielTavaresA linked a pull request Mar 6, 2024 that will close this issue
DanielTavaresA added a commit that referenced this issue Mar 7, 2024
…ection-server-start

[BE2] #1749 Start connection upon start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
be2-scala decentralized Decentralized Communication Project good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants