eclipse / paho.golang

Go libraries
Other
341 stars 93 forks source link

Add defaultHandler to standard router #184

Closed MattBrittan closed 12 months ago

MattBrittan commented 12 months ago

Adds a default Handler to StandardRouter which would simplify removing SingleHandlerRouter. This is also useful to have (I generally use it to log any unexpected messages as it means there is probably a bug!).

ref #168

vishnureddy17 commented 12 months ago

This is great, thanks!