sdsRecInit/sdsPlayInit
and sdsRecOpen/sdsPlayOpen
behave differently depending on IO
#80
Labels
sdsRecInit/sdsPlayInit
and sdsRecOpen/sdsPlayOpen
behave differently depending on IO
#80
sdsRecInit/sdsPlayInit
andsdsRecOpen/sdsPlayOpen
functions behave differently depending on IO.If socket is used for IO and SDSIO-Server is not running, the
sdsRecInit/sdsPlayInit
will fail.If USB (VCOM) is used for IO and SDSIO-Server is not running, the
sdsRecOpen/sdsPlayOpen
will fail.This behavior could be unified in a way that, in both cases, if the SDSIO-Server is not running the
sdsRecInit/sdsPlayInit
would fail after a number of retries (to allow VCOM server to connect).This would require adding a way to check if Server is up and running, like server ping functionality.
The text was updated successfully, but these errors were encountered: