Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lepicekmichal committed Oct 23, 2024
1 parent 8e2d756 commit 3fc4665
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import kotlinx.coroutines.flow.asSharedFlow
import kotlinx.coroutines.isActive
import kotlinx.coroutines.launch
import kotlinx.datetime.Clock
import kotlin.jvm.Volatile

internal class LongPollingTransport(private val headers: Map<String, String>, private val client: HttpClient) : Transport {

Expand Down

0 comments on commit 3fc4665

Please sign in to comment.