This returns true if the client is in a valid state. If the client is in invalid state, the user should abandon the current client / channel, and create a new client / channel as replacment.
()
| 257 | // in invalid state, the user should abandon the current client / channel, |
| 258 | // and create a new client / channel as replacment. |
| 259 | IsValidState() bool |
| 260 | } |
| 261 | |
| 262 | // The ClientShardBuilder creates ClientShard by shard id and connection. |
no outgoing calls