Royal

Results 2 issues of Royal

I’m using Connectivity v8.0.0 in an environment with spotty or weak network links. Today, a single failed HTTP probe instantly marks the connection as “disconnected,” which leads to frequent false...

支持含有未定义枚举的数组。 例如: enum Status: String { case a = "a" case b = "b" case c = "c" } 如果 person 结构体有一个此结构体的数组status:[Status] 兼容status = ["a", "b", "d"]的情况,其中“d”并未在enum里面未定义。