No spec change. The issue occurs at the time of "one_way=True"

Signed-off-by: Satoshi Kobayashi <satosh...@stratosphere.co.jp>
---
 ryu/app/ws_topology.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ryu/app/ws_topology.py b/ryu/app/ws_topology.py
index 3be88fe..1d5fb82 100644
--- a/ryu/app/ws_topology.py
+++ b/ryu/app/ws_topology.py
@@ -85,7 +85,7 @@ class WebSocketTopology(app_manager.RyuApp):
     def _rpc_broadcall(self, func_name, msg):
         for rpc_client in self.rpc_clients:
             # NOTE: Although broadcasting is desired,
-            #       RPCClient#get_proxy(one_way=False) does not work well
+            #       RPCClient#get_proxy(one_way=True) does not work well
             rpc_server = rpc_client.get_proxy()
             try:
                 getattr(rpc_server, func_name)(msg)
-- 
1.7.1


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to