Changes between Version 8 and Version 9 of GuiRpcProtocol
- Timestamp:
- May 15, 2008, 6:03:29 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpcProtocol
v8 v9 41 41 </boinc_gui_rpc_reply> 42 42 }}} 43 A notable error message is "unrecognized op", which is returned if the server doesn't recognize a command. 43 A 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. 44 44 45 45 == Authentication == #auth