crotwell / seisFile

A library for reading and writing seismic file formats in java.
GNU Lesser General Public License v3.0
27 stars 20 forks source link

fix socket timeout #31

Closed xspanger3770 closed 1 year ago

xspanger3770 commented 1 year ago

A tiny improvement that makes the SeedlinkReader timeout apply even before the socket is open

crotwell commented 1 year ago

Thanks for pr, but I fixed this in https://github.com/crotwell/seisFile/commit/6b211f1602bdc09372c209ee2d657712260809c7 but allowed for connection timeout to be separate from read timeout just in case that is useful.