SwiftR icon indicating copy to clipboard operation
SwiftR copied to clipboard

fake Connected problem.

Open g001613001 opened this issue 8 years ago • 0 comments

Hi, I found a problem. when I connected, then I turn off the network. then SwiftR will use connection?.start(), but this time the network still turn off. but SwiftR will into connection.connected, and then into connection.error.

Normally, when network off , use connection?.start() , will direct into connection.error, when network on , then into connection.connected, right?

is this is a bug?

g001613001 avatar Feb 10 '17 09:02 g001613001