Called when a new Connection is successfully opened. Nothing is done by default.
(self, connection)
| 313 | raise NotImplementedError() |
| 314 | |
| 315 | def on_reconnection(self, connection): |
| 316 | """ |
| 317 | Called when a new Connection is successfully opened. Nothing is |
| 318 | done by default. |
| 319 | """ |
| 320 | pass |
| 321 | |
| 322 | def on_exception(self, exc, next_delay): |
| 323 | """ |