You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: