Bug 2177726

Summary: perl-Net-MQTT-Simple-1.21 subscription does not work
Product: [Fedora] Fedora EPEL Reporter: Michael R. Davis <mrdvt92>
Component: perl-Net-MQTT-SimpleAssignee: Dave Olsthoorn <dave>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: epel7CC: dave
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael R. Davis 2023-03-13 14:12:27 UTC
Description of problem:

perl-Net-MQTT-Simple-1.21 subscription method does not actually work

Version-Release number of selected component (if applicable):

1.21

How reproducible:

every time

Steps to Reproduce:
1. run `mqtt-simple -h mqtt -s 'test' #in one terminal
2. mosquitto_pub -h mqtt -t test -m payload #in second terminal

Actual results:

script does not return topic/payload

Expected results:

$ mqtt-simple -h mqtt -s 'test'
test payload

Additional info:

Version perl-Net-MQTT-Simple-1.28 works fine and has been built for Fedora already.