mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
ames: unsent-fragments is a list, not a tree
Measure accordingly.
This commit is contained in:
parent
7af527e605
commit
9433d3354d
@ -3000,7 +3000,7 @@
|
||||
mnum=message-num
|
||||
next=next.state
|
||||
unsent-messages=~(wyt in unsent-messages.state)
|
||||
unsent-fragments=~(wyt in unsent-fragments.state)
|
||||
unsent-fragments=(lent unsent-fragments.state)
|
||||
any-live=!=(~ live.packet-pump-state.state)
|
||||
==
|
||||
?> (lth message-num next.state)
|
||||
|
Loading…
Reference in New Issue
Block a user