mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-08-04 15:19:47 +00:00
Fix metric
This commit is contained in:
parent
f67f88f8c9
commit
8669db42f9
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ up_send(Packet, #state{stage = tunnel,
|
|||
lager:warning("Upstream send error: ~p", [Reason]),
|
||||
throw({stop, normal, S})
|
||||
end
|
||||
end),
|
||||
end, #{labels => [Listener]}),
|
||||
{ok, S#state{codec = UpCodec1}}.
|
||||
|
||||
down_send(Packet, #state{down = Down} = S) ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue