瀏覽代碼

代码修改

erlArango_v1
AICells 5 年之前
父節點
當前提交
e291d233bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/httpCli/agHttpCli.erl

+ 1
- 1
src/httpCli/agHttpCli.erl 查看文件

@ -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 ->

Loading…
取消
儲存