Re: [pox-dev] msg versus event.msg in MessageReceived event handler

2014-10-22 Thread Murphy McCauley
Well, the event is the event object, and msg is the actual message. The actual message is also available as an attribute of the event, so event.msg and the msg parameter to the handler are the same. It's basically just done as a convenience, since I think in many cases you only care about msg.

[pox-dev] msg versus event.msg in MessageReceived event handler

2014-10-22 Thread Alison Chan
Hi, Why are both event and msg passed to a MessageReceived event handler? Is there any difference between them? They don't look any different, but I want to know if using one or the other is preferred. -- Alison Chan Kettering University chan7...@kettering.edu +1 909 278 7753