eclipse / paho.golang

Go libraries
Other
327 stars 92 forks source link

address issues with queue error handling in autopaho, return ErrInvalidArguments for invalid publish QoS in paho #235

Closed vishnureddy17 closed 6 months ago

vishnureddy17 commented 6 months ago

close https://github.com/eclipse/paho.golang/issues/233 close https://github.com/eclipse/paho.golang/issues/232

vishnureddy17 commented 6 months ago

I noticed that the Pinger tests are failing, but they were failing before the changes here. Otherwise, the existing paho and autopaho tests pass.

MattBrittan commented 6 months ago

I noticed that the Pinger tests are failing, but they were failing before the changes here. Otherwise, the existing paho and autopaho tests pass.

Tests all pass for me; I'm guessing there is a timing issue somewhere. Can you please raise an issue with details of the failing test?