Closed nicqrocks closed 7 years ago
$_<connection> wanted a Blob instead of a Str, and would throw an exception whether or not the connection was closed. This caused it to never close the connection, but still remove it from the @!connects array.
$_<connection>
Blob
Str
@!connects
$_<connection>
wanted aBlob
instead of aStr
, and would throw an exception whether or not the connection was closed. This caused it to never close the connection, but still remove it from the@!connects
array.