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
Right now get_k_view() route in cyclon/app.py returns a list of PodDescriptor. However, EpTO does not need to know what is a PodDescriptor, neither will use the concept of "age" for each peer. Hence, get_k_view() should return a list of IPs so that EpTO can simply go through the list and send messages to each entry of the list.
The text was updated successfully, but these errors were encountered:
Right now
get_k_view()
route incyclon/app.py
returns a list of PodDescriptor. However, EpTO does not need to know what is a PodDescriptor, neither will use the concept of "age" for each peer. Hence,get_k_view()
should return a list of IPs so that EpTO can simply go through the list and send messages to each entry of the list.The text was updated successfully, but these errors were encountered: