mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
Modificaci?n del SERVIDOR que mejora la estabilidad del sistema.
Se ha eliminado el soporte del servidor para conexiones persistentes. A?adido soporte para buscar aleatoriamente un puerto v?lido, si el seleccionado por el usuario no esta disponible
This commit is contained in:
@ -114,7 +114,7 @@ int Template::setCondition(QString name, bool value) {
|
||||
}
|
||||
|
||||
int Template::loop(QString name, int repetitions) {
|
||||
Q_ASSERT(repetitions>=0);
|
||||
//Q_ASSERT(repetitions>=0);
|
||||
int count=0;
|
||||
QString startTag="{loop "+name+"}";
|
||||
QString elseTag="{else "+name+"}";
|
||||
|
Reference in New Issue
Block a user