Re: [go-nuts] [ANN] MQTT🤖

2021-03-14 Thread 'Dan Kortschak' via golang-nuts
On Sun, 2021-03-14 at 15:08 -0700, Pascal de Kloe wrote: > > Did you consider using context.Context rather than quit channels? > > Applying a context.Context pretty much implies using a quit channel. > Done is the only way to receive an expiry signal. > > I just don't want to lock code into using t

Re: [go-nuts] [ANN] MQTT🤖

2021-03-14 Thread Pascal de Kloe
> > Did you consider using context.Context rather than quit channels? Applying a context.Context pretty much implies using a quit channel. Done is the only way to receive an expiry signal. I just don't want to lock code into using the context package. The context setup is quite viral. For exa

Re: [go-nuts] [ANN] MQTT🤖

2021-03-14 Thread 'Dan Kortschak' via golang-nuts
On Sun, 2021-03-14 at 10:41 -0700, Pascal de Kloe wrote: > New MQTT client library + command line tool available. > > https://github.com/pascaldekloe/mqtt > > Comments are welcome. Did you consider using context.Context rather than quit channels? -- You received this message because you are su

[go-nuts] [ANN] MQTT🤖

2021-03-14 Thread Pascal de Kloe
New MQTT client library + command line tool available. https://github.com/pascaldekloe/mqtt Comments are welcome. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email t