We are using RFA.NET 8 develops Provider application and we use requestToken.GetHashCode() to log the requestTokens that the provider received from ADH. However sometime we see duplicated value from GetHashCode method while the first request received the same value still active. Currently we do not recieve any error in the provider but we would like to confirm that
-Is it possible for different Client session to create the same RequestToken ? and Is the RequestToken value unique across servers ?