So we get: ```javascript bp.hot(true).sync({XXX})) // L1 bp.sync({ hot:true, XXX}); // L2 ``` Where `L1` and `L2` are the same. (see also #89)
So we get:
Where
L1andL2are the same.(see also #89)