fix lint
This commit is contained in:
@@ -240,7 +240,7 @@ open class WsConnection(
|
||||
.aggregateFrames(msgSizeLimit)
|
||||
.receiveFrames()
|
||||
.map { ByteBufInputStream(it.content()).readAllBytes() }
|
||||
.filter{ it.isNotEmpty() }
|
||||
.filter { it.isNotEmpty() }
|
||||
.flatMap {
|
||||
try {
|
||||
val msg = parser.parse(it)
|
||||
|
||||
Reference in New Issue
Block a user