* Fixed that Bridge class, with channel_safeCallbacks enabled, would generate callback-ids that were fractions (this causes problems in some cases, when the JSON structure gets decoded by another language/platform, with lower/different floating-point fractional-portion handling, as is true for rust/serde_json apparently); now switching to a random integer between 0 and MAX_SAFE_INTEGER. (which *should* work, at least with rust/serde_json as the middleman)
7cf69dcVenryx8mo ago