Skip to content

Commit

Permalink
Remove redundant warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Sep 13, 2023
1 parent 2ecbba7 commit 77051ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ private class KrossbowToSpringHandlerAdapter : WebSocketHandler {
override fun supportsPartialMessages(): Boolean = true
}

@Suppress("BlockingMethodInNonBlockingContext")
private class SpringSessionToKrossbowConnectionAdapter(
private val session: SpringWebSocketSession,
override val incomingFrames: Flow<WebSocketFrame>,
Expand Down

0 comments on commit 77051ed

Please sign in to comment.