mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
128fa751cc
commit
ba5e122392
|
@ -33,6 +33,7 @@ runRpcWatchDog peer soname = do
|
||||||
|
|
||||||
WCall n | n > 2 -> do
|
WCall n | n > 2 -> do
|
||||||
err $ red "RpcWatchDog fired"
|
err $ red "RpcWatchDog fired"
|
||||||
|
throwTo peer GoAgainException
|
||||||
|
|
||||||
WCall n -> do
|
WCall n -> do
|
||||||
debug $ "RpcWatchDog" <+> pretty n
|
debug $ "RpcWatchDog" <+> pretty n
|
||||||
|
|
Loading…
Reference in New Issue