mirror of https://github.com/voidlizard/hbs2
todo
This commit is contained in:
parent
de3000e1ae
commit
f4c35c5f59
|
@ -256,6 +256,11 @@ instance (ForByPass e, Messaging w e ByteString)
|
||||||
atomically $ modifyTVar (bypassed bus) succ
|
atomically $ modifyTVar (bypassed bus) succ
|
||||||
sendTo (proxied bus) t f m
|
sendTo (proxied bus) t f m
|
||||||
|
|
||||||
|
-- TODO: stop-sending-hey-after-while
|
||||||
|
-- Если адрес кривой и мы его не знаем/не можем
|
||||||
|
-- на него послать/ничего с него не получаем ---
|
||||||
|
-- надо переставать слать на него HEY с какого-то момента
|
||||||
|
|
||||||
-- TODO: fix-timeout-hardcode
|
-- TODO: fix-timeout-hardcode
|
||||||
withHeySent bus 30 whom do
|
withHeySent bus 30 whom do
|
||||||
sendHey bus whom
|
sendHey bus whom
|
||||||
|
|
Loading…
Reference in New Issue