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
There's no reason to build a string of comma-separated ints inside the binpac and then pass that string. It should just pass a vector of the ints. I don't think we need service_count either, as I think vectors know their own size.