I am trying to connect to a Impinj Speedway RFID reader using LLRP and I am getting the following error code: Failed_Reason_Other_Than_A_Connection_Already_Exists
More specifically I am sending a GET_READER_CONFIG message and getting:
<?xml version="1.0" encoding="UTF-8"?>
<llrp:READER_EVENT_NOTIFICATION xmlns:llrp="http://www.llrp.org/ltk/schema/core/encoding/xml/1.0" Version="1" MessageID="0">
    <llrp:ReaderEventNotificationData>
        <llrp:UTCTimestamp>
            <llrp:Microseconds>50408-10-10T04:34:25.209Z</llrp:Microseconds>
        </llrp:UTCTimestamp>
        <llrp:ConnectionAttemptEvent>   
            <llrp:Status>Failed_Reason_Other_Than_A_Connection_Already_Exists</llrp:Status>
        </llrp:ConnectionAttemptEvent>
    </llrp:ReaderEventNotificationData>
</llrp:READER_EVENT_NOTIFICATION>