You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was looking at potentially implementing more features from #1 and
uBO-paritypending features that are already available in uBO
, I noticed that NetworkFilterMask is already full, and in order to add more bit flags, it would need to be expanded from u32 to u64. That will create a breaking change to the on-disk serialization format. What is the current policy about this?