Hi Yiwen,
IIRC, "EVENT LOST" messages will be output when the receiver application name
of the event
could not be found in "SERVICE_BRICKS" dictionary.
"SERVICE_BRICKS" stores the receiver application name to the event sender
application.
e.g.) simple_switch_13.py
SERVICE_BRICKS={'SimpleSwitch
Hi,
Yes I mean the debug log message that says EVENT LOST when I use the
--verbose option.
My code has a traffic request arrive and this causes events to be sent
between different apps to handle this request. The issue I'm facing is that
sometimes I get the event lost message so the code doesn't
Hi Yiwen,
What does "lost" exactly mean?
You mean:
- Getting the following debug log message when some events occurred.
https://github.com/osrg/ryu/blob/master/ryu/base/app_manager.py#L317-L318
- Your event handler was not called when interested events occurred.
or else?
Thanks,
Iwase
On 201