Called when the request has timed out
(self)
| 194 | return |
| 195 | |
| 196 | def on_timeout(self): # pragma: no cover |
| 197 | """ Called when the request has timed out """ |
| 198 | return |
| 199 | |
| 200 | def disconnect(self): |
| 201 | """Used to disconnect the streaming client manually""" |