tomerfiliba/agnos

reserved method "connect" is not protected

jason-ni opened this issue · 0 comments

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.