yjp hace 3 años
padre
commit
5b5912bce2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dapr.go

+ 1 - 0
dapr.go

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