For messages that hit MessageReceived() the sending team is added to the message. Sometimes the R5 registrar drops B_REPLY messages, that we are now able to filter out.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
48bf189f58
commit
fb5e7764c7
@ -112,6 +112,7 @@ public:
|
||||
{
|
||||
BMessage message(MSG_MESSAGE_RECEIVED);
|
||||
message.AddMessage("message", _message);
|
||||
message.AddInt32("sender", _message->ReturnAddress().Team());
|
||||
unitTesterMessenger.SendMessage(&message);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user