Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous/RendezvousChannel.kt
Co-authored-by: Benoit Marty <benoitm@matrix.org>
This commit is contained in:
parent
9fb0db3129
commit
0d1df3f66e
|
@ -45,7 +45,7 @@ interface RendezvousChannel {
|
|||
suspend fun receive(): ByteArray?
|
||||
|
||||
/**
|
||||
* @returns closes the channel and cleans up
|
||||
* Closes the channel and cleans up.
|
||||
*/
|
||||
suspend fun close()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue