Skip to content

client_v2.0.0-internal.2.0.2

@wes-carlson wes-carlson tagged this 04 Nov 22:08
Port #12779 to v2int/2.0, since bohemia wants to integrate it

Send `null` instead of `undefined` in no-ops

There is a bug in 1.2 runtime where clients cannot handle ops whose
contents are `undefined`, since `JSON.stringify(undefined)` evaluates to
`undefined`, unlike `JSON.stringify(null)`, which evaluates to `"null"`.
Old clients try to access `length`, resulting in an error.
Assets 2
Loading