Closed peteryongzhong closed 10 years ago
Reconnect(); is being called every time an ERROR occurs in the Receive() function, I think this is not handled properly
I fixed this problem by adding a counter if the program is keep calling reconnect an exception will be throw.
I'm currently using the newest update of both orient-.net driver and oriented, When I'm using the orient console, the driver will be stuck in a forever loop caused by com.orientechnologies.common.concur.lock.OLockException. Please see the picture attached I suspect the driver catch the exception and try to reestablish the connect again and again.