Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn about fixed length Photon arrays instead of throwing
Fixed length arrays are supported by non-Photon structs, which still need to be compiled by PhotonStructDecoder. This isn't an actual issue unless a Photon struct tries to use a struct with an unsupported array. Returning false just indicates that the schema cannot be compiled or used in parent schemas.
- Loading branch information