DougHaber / gqrx-remote

Perl interface for the Gqrx remote control protocol
1 stars 2 forks source link

fix warning messages on writing to disconnected remote #1

Closed DougHaber closed 7 years ago

DougHaber commented 7 years ago

When a connection closes, attempts to send properly set the $response to undef, and set an error message. The callers to command() were not properly checking if the message was undef, and so warning were being generated.

This change should not effect any behavior. Its purpose is just to eliminate the warning messages.