-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
ALL
-
Platforms 12 (04/01/16)
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
In the wire protocol documentation we specify that requestId and responseTo are int32_t.
In MsgData::ConstView, we declare the return type of getId() and getResponseTo() to be of type MSGID, which is a typedef of uint32_t. We should either remove the MSGID typedef or change it to be int32_t.