I am integrating the Clover Mini into an existing .NET application and have run into a problem. After I make a single call to the device for a pre-auth, I dispose of the CloverConnector. When I attempt to Initialize the next time, I get no response.
I can't perform two transactions in a row. I have to completely close down my application before I can perform a second pre-auth.
I have a sample project that reproduces the problem that I can submit if needed.