HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

The Hello World example has a warning #122

Open fungiboletus opened 6 years ago

fungiboletus commented 6 years ago

warning_final_hello_world

brice-morin commented 6 years ago

just ignore for now (taking the risk of running this thing forever, whereas making it final will probably terminate it as it cannot do anymore work)

fungiboletus commented 6 years ago

Ok. Interestingly the NodeJS version exits anyway. Is that a different behaviour compared to the Java compiler, or NodeJS being intelligent enough to exit when no callback are waiting ?

brice-morin commented 6 years ago

Well, you know node.js :-) At some point we tried to keep it alive so as to have consistent behavior, but we now let it be smart