|
|
@@ -191,7 +191,7 @@ handle_info(Info, State) ->
|
|
|
{noreply, State}.
|
|
|
|
|
|
terminate(_Reason, #state{pool = Pool, id = Id}) ->
|
|
|
- gropc:disconnect_worker(Pool, {Pool, Id}),
|
|
|
+ gproc_pool:disconnect_worker(Pool, {Pool, Id}),
|
|
|
ok.
|
|
|
|
|
|
code_change(_OldVsn, State, _Extra) ->
|
|
|
@@ -253,4 +253,4 @@ flush_stream(Client, StreamRef) ->
|
|
|
flush_stream(Client, StreamRef)
|
|
|
after 0 ->
|
|
|
ok
|
|
|
- end.
|
|
|
+ end.
|