DesignAndDeploy / dnd

Design and Deploy is a framework for developing applications for intelligent environments
Apache License 2.0
3 stars 0 forks source link

shutdown may not be called correctly #49

Closed Patagonicus closed 10 years ago

Patagonicus commented 11 years ago

I tried shutting down an Application, however on one Module a FunctionBlock's shutdown method was not called. It was the only block running on the Module, the same code on another Module ran fine.

Patagonicus commented 10 years ago

Seems to be fine now, however I improved shutdown() slightly with e6214e5.