GaryMao
GaryMao
in case,i want to realization a keepalive stun request,so i call ice_agent_start every 2 second with same ice_agent*. in ice-checklist.c#157 darray_clear(&l->valids); darray_clear(&l->trigger); ice_candidate_components_clear(&l->components); // reset components this code will reset...
in case,i want to realization a keepalive stun request,so i call ice_agent_start every 2 second with same ice_agent*. in ice-checklist.c#157 darray_clear(&l->valids); darray_clear(&l->trigger); ice_candidate_components_clear(&l->components); // reset components this code will reset...
https://github.com/drogonframework/drogon/blob/500d44faac87daa3877a7911215a06deca53c7a1/orm_lib/src/mysql_impl/MysqlConnection.cc#L463 在RK3588上的Unbntu系统,GCC的char类型默认是 unsigned char,在这里会导致输入设置原始数据是'-1',实际to_string的结果为‘255’