eclipse / paho.golang

Go libraries
Other
330 stars 92 forks source link

Lost of received msg #166

Closed rampxxxx closed 12 months ago

rampxxxx commented 12 months ago

Describe the bug Adapted my code from mqtt to paho and it worked in my laptop but don't in a virtual machine (added enough CPU,mem)

To reproduce I have several topics , if I use the single handler or register just one topic I receive all msg but when I register more than one handler it stops receiving pks (just one topic is able to receive). After adding traces I see that incoming func receive (also server shows all msgs) , then it's push to the chanel (that communicates incoming with routing code) but that never arrives to the func that finally call route func.

Software used:

rampxxxx commented 12 months ago

Ummm, I think it's in my side , closing