2
0
Files
pgx/stdlib
Jack Christensen a262126b5c Replace IsAlive with IsClosed
IsAlive is ambiguous because the connection may be dead and we do not
know it. It implies the possibility of a ping. IsClosed is clearer -- it
does not promise the connection is alive only that it hasn't been
closed.
2019-08-24 23:49:59 -05:00
..
2019-06-29 13:53:43 -05:00
2019-08-08 15:35:30 -05:00
2019-08-24 23:49:59 -05:00