Explorar el Código

代码修改

erlArango_v1
AICells hace 5 años
padre
commit
e291d233bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/httpCli/agHttpCli.erl

+ 1
- 1
src/httpCli/agHttpCli.erl Ver fichero

@ -117,7 +117,7 @@ castAgency(PoolName, Request, Pid) ->
-spec castAgency(poolName(), term(), pid(), timeout()) -> {ok, requestId()} | {error, atom()}.
castAgency(PoolName, RequestContent, Pid, Timeout) ->
case agAgencyPoolMgrExm:getOneAgency(PoolName) of
case agAgencyPoolMgrIns:getOneAgency(PoolName) of
{error, pool_not_found} = Error ->
Error;
undefined ->

Cargando…
Cancelar
Guardar