bobvanderlinden / node-machinetalk

A client-side Node API for remotely controlling/monitoring Machinekit instances through Machinetalk
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Pings are not handled in StatusClient #7

Open bobvanderlinden opened 8 years ago

bobvanderlinden commented 8 years ago

Pings are received, but not handled at all. A watchdog that resets itself would help make sure the connection is actually active.

See: https://github.com/bobvanderlinden/node-machinetalk/blob/94a6fe1/statusclient.js#L43