particle-cli icon indicating copy to clipboard operation
particle-cli copied to clipboard

Cannot close `particle subscribe mine` with `Ctrl+c`.

Open zfields opened this issue 5 years ago • 2 comments

Once I have called particle subscribe mine, I cannot close it without killing the terminal that I opened it in.

I've tried:

  • Ctrl+c
  • Ctrl+x
  • Ctrl+d
  • Ctrl+z

and none have worked. How should I be closing it?

zfields avatar Apr 03 '19 19:04 zfields

As a side note, other commands, such as particle serial monitor, respond to Ctrl+c and work as expected.

zfields avatar Apr 03 '19 19:04 zfields

I'm running the CLI on a Linux machine and in a container. I'm happy to provide all other details (i.e. Dockerfile) upon request.

particle-cli v1.38.0

FROM node:10.14.2-slim

zfields avatar Apr 03 '19 19:04 zfields