Pi4J / pi4j-v1

DEPRECATED Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)

Home Page:http://www.pi4j.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pi4J program not exiting on completion

savageautomate opened this issue · comments

When using Pi4J version 0.0.3-SNAPSHOT, the library does not allow the parent program to exit. There appears to be a hanging thread that is not exiting properly.

DUPLICATE OF: #4

Fixed in 0.0.4-SNAPSHOT. The "GpioScheduledExecutorImpl" thread pool was not being shutdown properly on queued task completion.