es fatal exceptions, calling sys.exit()
>stops the framework too?
My application didn't catch any fatal exceptions. I can introduce that into
catch statements though. Thanks.
On Sun, Oct 26, 2014 at 9:24 AM, FUJITA Tomonori <
[email protected]> wrote:
> On Thu, 23 Oct
Will using the ryu.base.app_manager."My App Name".reply_to_request(*req*,
*rep*) ensure that the application that I've written is still running?
- If it does ensure that it is still running
- Will it block the framework from responding to echo requests from a
switch?
- Can som
Hi Folks,
I really like Ryu, the framework is all there, I just make the apps.
Issues: When my Ryu application fails the framework continues to operate,
the connection from the switches to the controller is still kept alive by
the framework. (Which is fine) However, when the application that fail