Junsoo Kim
Junsoo Kim
Thank you for your response! I think I should wait for your libunit C example, which is similar with my case. It would be great if there are some exmaple...
Thanks to the documentation, I finally integrate my C++ application with libunit.a library. Thank you for your kind documentation!
I have one additional question while implementing C++ application. The nxt_unit_app_test.c example code calls ready_handler when the unit reloads. Are there any functions that do the opposite? I think there...