-
- Downloads
Adjust 'FederatedClient' and 'FederatedServer' to new messaging API.
- Update the way received messages are type-checked and have them be deserialized after type-checking only. - Move up metadata collection and use to a new optional and sparse step during the initialization phase. - Implement new message subtypes for metadata query and reply, and for signalling that initializations steps went well.
parent
125e2708
No related branches found
No related tags found
Showing
- declearn/main/_client.py 59 additions, 31 deletionsdeclearn/main/_client.py
- declearn/main/_server.py 32 additions, 23 deletionsdeclearn/main/_server.py
- declearn/messaging/__init__.py 8 additions, 0 deletionsdeclearn/messaging/__init__.py
- declearn/messaging/_base.py 36 additions, 0 deletionsdeclearn/messaging/_base.py
Loading
Please register or sign in to comment