ty4tw / AsyncMQTT-SN

MQTT-SN Async Client and Gateway for Arduino and linux.
48 stars 14 forks source link

How to stop TomyGateway #2

Closed zwgraham closed 8 years ago

zwgraham commented 8 years ago

Hi Tomy,

What is the proper way to shut down TomyGateway? CTL-C doesn't work, I usually kill it in a separate terminal.

ty4tw commented 8 years ago

Hi, Since it is assumed that runs as a service, it ignores the CTL-C. Pls, kill it in separate terminal.

ty4tw commented 8 years ago

I have uploaded a candidate gateway for Paho to https://github.com/ty4tw/paho.mqtt-sn.embedded-c.git This gateway can be stopped by CTL-C.