eclipse / paho.golang

Go libraries
Other
330 stars 92 forks source link

Remove SingleHandlerRouter #186

Closed MattBrittan closed 10 months ago

MattBrittan commented 10 months ago

SingleHandlerRouter did not adhere to the requirements set out in the router interface documentation.

Have retained NewSingleHandlerRouter so that most code should run without modification.

ref #168

MattBrittan commented 10 months ago

Accepting this as it's been discussed and I'm keen to update my live code to utilise it.