subscribe
This commit is contained in:
parent
0b1540f1db
commit
d397ae7da1
|
@ -239,7 +239,7 @@ init([Id, _Opts]) ->
|
||||||
|
|
||||||
prioritise_call(Msg, _From, _Len, _State) ->
|
prioritise_call(Msg, _From, _Len, _State) ->
|
||||||
case Msg of
|
case Msg of
|
||||||
{subscriber, _, _} -> 1;
|
{subscribe, _, _} -> 1;
|
||||||
_ -> 0
|
_ -> 0
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue