Skip to content

Release v2.1.0 : Rework workflow

Compare
Choose a tag to compare
@MatthieuNICOLAS MatthieuNICOLAS released this 16 Sep 08:11
· 4 commits to rework-judge-workflow since this release
  • Send the operations corresponding to the worlds' evolutions in a separate message queue
    • Previously, we were flooding the webPLMserver with these operations.
    • The webPLM server was just acting as a bridge between the judges and the client.
    • Now, send the operations directly to the client.
  • Use a different Channel for each thread since these objects are not thread-safe.