We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa98b4 commit 84fe1a9Copy full SHA for 84fe1a9
io/jvm/src/test/scala/fs2/io/net/tls/TLSSocketSuite.scala
@@ -172,7 +172,8 @@ class TLSSocketSuite extends TLSSuite {
172
Stream.exec(clientSocket.write(msg)).onFinalize(clientSocket.endOfOutput) ++
173
clientSocket.reads.take(msg.size.toLong)
174
175
- client.concurrently(echoServer)
+ // client gets closed pipe error when server gets handshake ex
176
+ client.mask.concurrently(echoServer)
177
}
178
.compile
179
.to(Chunk)
0 commit comments