()
| 243 | } |
| 244 | |
| 245 | func (cl *client) Close() error { |
| 246 | return cl.c.Close(websocket.StatusNormalClosure, "") |
| 247 | } |
| 248 | |
| 249 | // randString generates a random string with length n. |
| 250 | func randString(n int) string { |
no outgoing calls
no test coverage detected