obspy.clients.seedlink.easyseedlink.EasySeedLinkClient.on_terminate
- EasySeedLinkClient.on_terminate()[source]
Callback for handling connection termination.
A termination event can either be triggered by the SeedLink server explicitly terminating the connection (by sending an
END
packet in streaming mode) or by theterminate()
method of theSeedLinkConnection
object being called.