You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Arsen,
I came across an issue related to engine-specific parameters you introduced
in r1079 -- many thanks. If a plugin needs some parameters from config, it
must be initialized in mrcp_engine_virtual_open(), not in
mrcp_plugin_create(). But the server does not care whether the
initialization was successful or not. You should check the return value in
mrcp_server.c:632.
Thanks.
- Vali
Original issue reported on code.google.com by tomas.valenta@speechtech.cz on 14 Sep 2009 at 2:27
The text was updated successfully, but these errors were encountered:
Hi Vali,
I addressed this issue in r1125, but seemed to forget update the status here.
Briefly, I added internal state to engine (is_open), which indicates whether
engine
has been successfully opened or not. In any case engine remains in the table,
but
will not be used if open method fails.
Original comment by achalo...@gmail.com on 18 Sep 2009 at 3:23
Original issue reported on code.google.com by
tomas.valenta@speechtech.cz
on 14 Sep 2009 at 2:27The text was updated successfully, but these errors were encountered: