Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 125e2708 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Integrate new Message API with communication endpoints.

- Revert some changes from a previous commit, that may be envisioned
  again when revising APIs in-depth for DecLearn 3.0.
- Stitch back the 'communication' and 'messaging' submodules together,
  having 'NetworkClient' and 'NetworkServer' send 'Message' instances
  (that are merely serialized to string prior to being exchanged) and
  parse received strings into 'SerializedMessage' instances.
- This change is a compromise between keeping things as before (which
  would not benefit from the introduced delayed-parsing capability of
  'SerializedMessage'), and changing them so deeply that current code
  making use of communication endpoint would require heavy revisions.
parent 42153810
No related branches found
No related tags found
1 merge request!62Revise network communication backend and message-parsing logic.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment