tinygo-org / net

Port of Go's "net" package to work with TinyGo on embedded processors.
https://tinygo.org
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

add ErrClosed error type for natiu-mqtt #1

Closed scottfeldman closed 1 year ago

scottfeldman commented 1 year ago

natiu-mqtt needs ErrClosed error type to compile, so add it.

deadprogram commented 1 year ago

Thanks @scottfeldman now merging.

deadprogram commented 1 year ago

Umm wait I am confused about the branching. Remind me what we are doing here, please. :smile_cat:

deadprogram commented 1 year ago

Heh I read my own comments on https://github.com/tinygo-org/tinygo/pull/3704 and explained it to myself. Now merging for real.