AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
203 stars 72 forks source link

Slightly improve invalid client cred error handling #177

Open david-mcgillicuddy-moixa opened 4 years ago

david-mcgillicuddy-moixa commented 4 years ago

It's certainly not perfect, but it changes a few of the panics into Errs. Unfortunately there's not much in the way of information that can be put into the errors since rusttls has an error type of ().

Closes https://github.com/AtherEnergy/rumqtt/issues/176

david-mcgillicuddy-moixa commented 4 years ago

I'd forgotten all about this, what's the status? Seems like the 0.32.0 version is still valid and I don't see any bitrotting.