I am making rest calls to opendaylight. Suppose i make 15 calls simultaneously using a for loop(each call is handeled by a seperate thread), then one or two of them always result in 401 status code.
I dont want that to happen. Please help me on this.