Classes using rpc client/server can override to augment EOF action
(self)
| 481 | self.exithook() |
| 482 | |
| 483 | def EOFhook(self): |
| 484 | "Classes using rpc client/server can override to augment EOF action" |
| 485 | pass |
| 486 | |
| 487 | #----------------- end class SocketIO -------------------- |
| 488 |