Open
Description
I'm not sure if this is present in your tree's build but in a modified source tree I've been hunting down an issue whereby using rbc_mesh_value_enable() to enable a handle for updates doesn't send anything and have found the solution is to call vh_order_update(timer_now()); after the bottom trickle_enable() in the handle_storage.c function handle_storage_flag_set()
If this problem exists in the default code then this or similar code will fix the problem.