Commit a2af1b35 authored by Him188's avatar Him188

Fix document

parent 4346ea02
...@@ -39,7 +39,7 @@ interface MessageSource : Message, MessageMetadata { ...@@ -39,7 +39,7 @@ interface MessageSource : Message, MessageMetadata {
/** /**
* 等待 [sequenceId] 获取, 确保其可用. * 等待 [sequenceId] 获取, 确保其可用.
* *
* 若原消息发送失败, 这个方法会等待最多 3 秒随后抛出 [IllegalStateException] * 这个方法 3 秒超时, 抛出 [IllegalStateException], 则表明原消息发送失败.
*/ */
suspend fun ensureSequenceIdAvailable() suspend fun ensureSequenceIdAvailable()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment