Changes between Version 8 and Version 9 of GuiRpcProtocol


Ignore:
Timestamp:
May 15, 2008, 6:03:29 PM (16 years ago)
Author:
Nicolas
Comment:

expand info on "unrecognized op"

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpcProtocol

    v8 v9  
    4141</boinc_gui_rpc_reply>
    4242}}}
    43 A notable error message is "unrecognized op", which is returned if the server doesn't recognize a command.
     43A notable error message is "unrecognized op", which is returned if the server doesn't recognize a command. The client must be prepared to receive this even in reply to commands documented here, because older core client versions may not support all of them. In fact, it's more reliable to just send a command and fallback to an alternative if "unrecognized op" is returned, than to look at the version number to know what is supported.
    4444
    4545== Authentication == #auth