Archived

This forum has been archived. Please start a new discussion on GitHub.

is the context sent back to the client??

hi all,

just a quick question:

is the context modified by the server sent back to the client?

thx & cu tom

Comments

  • i got the answer myself!

    in cpp current is passed as a const reference ->
    changing is not possible on server side!


    thx & cu
    tom
  • bernard
    bernard Jupiter, FL
    Another way to find the answer is to look at the Ice protocol chapter: the context is in the Request Message Body but not in the Reply Message Body.

    Cheres,
    Bernard