Prechádzať zdrojové kódy

chore: add changlog for 11466

zhongwencool 2 rokov pred
rodič
commit
8d2be27ade

+ 1 - 1
apps/emqx/src/emqx_metrics_worker.erl

@@ -495,7 +495,7 @@ terminate(_Reason, #state{metric_ids = MIDs}) ->
 
 
 stop(Name) ->
 stop(Name) ->
     try
     try
-        gen_server:stop(Name)
+        gen_server:stop(Name, normal, 10000)
     catch
     catch
         exit:noproc ->
         exit:noproc ->
             ok;
             ok;

+ 1 - 0
changes/ce/fix-11466.en.md

@@ -0,0 +1 @@
+Fixed a crash that occurred when setting the `ssl_options.ciphers` configuration option to an empty string ("").