obspy.clients.seedlink.easyseedlink.EasySeedLinkClient.close
- EasySeedLinkClient.close()[source]
Close the SeedLink connection.
Note
Closing the connection is not threadsafe yet. Client code must ensure that
run()
andSeedLinkConnection.terminate()
are not being called after the connection has been closed.See the corresponding GitHub issue for details.