@@ -495,7 +495,7 @@ terminate(_Reason, #state{metric_ids = MIDs}) ->
stop(Name) ->
try
- gen_server:stop(Name)
+ gen_server:stop(Name, normal, 10000)
catch
exit:noproc ->
ok;
@@ -0,0 +1 @@
+Fixed a crash that occurred when setting the `ssl_options.ciphers` configuration option to an empty string ("").