sdk-base
sdk-base copied to clipboard
a base class for sdk with default error handler
Results
2
sdk-base issues
Sort by
recently updated
recently updated
newest added
rt listener support async function
1. 如果在 closeMethod 前设置 close = true ,那么如果 cloaseMethod 执行失败时,close 的值就是错误的。 2. close需要将用户定义的_close方法的返回值返回,以便于用户有关于返回值的操作。 ## Summary by CodeRabbit - **Bug Fixes** - Improved the handling of the close operation, ensuring that...