Closed jianghaolu closed 4 years ago
Currently, because the method is synchronized, if adal4j underneath hangs, then it blocks all other calls. We can make it more resilient by adding a timeout.
Fixed in 1.7.6
Currently, because the method is synchronized, if adal4j underneath hangs, then it blocks all other calls. We can make it more resilient by adding a timeout.