mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
ames: fix faulty +abed, one more time
This commit is contained in:
parent
c9124e9fd0
commit
f34e472bdd
@ -2793,8 +2793,8 @@
|
||||
::
|
||||
++ pump .
|
||||
++ abed
|
||||
|= =^bone
|
||||
pump(state (~(gut by snd.peer-state) bone *message-pump-state))
|
||||
|= b=^bone
|
||||
pump(bone b, state (~(gut by snd.peer-state) b *message-pump-state))
|
||||
++ abet
|
||||
:: if the bone was corked, it's been removed from the state,
|
||||
:: so we avoid adding it again.
|
||||
@ -3407,8 +3407,8 @@
|
||||
::
|
||||
++ sink .
|
||||
++ abed
|
||||
|= =^bone
|
||||
sink(state (~(gut by rcv.peer-state) bone *message-sink-state))
|
||||
|= b=^bone
|
||||
sink(bone b, state (~(gut by rcv.peer-state) b *message-sink-state))
|
||||
++ abet
|
||||
:: if the bone was corked, it's been removed from the state,
|
||||
:: so we avoid adding it again.
|
||||
|
Loading…
Reference in New Issue
Block a user