@@ -10,6 +10,7 @@ func InitDAPR(timeoutSec int64) {
func DestroyDAPR() {
if clientInstance != nil {
destroyClient(clientInstance)
+ clientInstance = nil
}