tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

reserved method "connect" is not protected #51

Open jason-ni opened 12 years ago

jason-ni commented 12 years ago

The "connect" method of "Client" class is a reserved method used for client to connect the server. However, user defined function in IDL could have the same name "connect". It will overwrite the reserved method and make the connection failed.