On Fri, 23 Nov 2018 05:46:30 +0900,
Joaquin Gonzalez wrote:
> I was doing some tests trying to add simple_switch_13.py application to Ryu
> at the same time Im using gui_topology.py, but the websocket is closed when
> add_flow function is executed (as far as I could see doing some
> troubleshooting). When this happens eventually no more real time
> interaction between Topology Viewer and actual topology changes.

As you see in the error message, eventlet.websocket is shut down with
an internal server error.

I guess if the two RyuApps are interacting badly. Could you see the
detail of the websocket error by putting a debug printf in
eventlet.websocket?

--
IWAMOTO Toshihiro


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to