bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Timeout for Forth Communication Threads #19

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

Originally reported by: bneukom (Bitbucket: bneukom, GitHub: bneukom)


Several blocking methods in the ForthReader and ForthCommunicator need a form of a timeout.


bneukom commented 9 years ago

Original comment by bneukom (Bitbucket: bneukom, GitHub: bneukom):


Initial timeout has been implemented. Some bugs might still emerge as the shutdown process of the whole forth communication is still a bit shaky.

bneukom commented 9 years ago

Original comment by bneukom (Bitbucket: bneukom, GitHub: bneukom):


Await function now have a fixed timeout. Need this to be configurable? Also the shutdown process after the timeout has happened is not really clean as of now.