Daniel Pitts
Aleksei Tirman [JB]
SSEClientException
try { client.sse(host = "0.0.0.0", port = 8092, path = "/400") { incoming.collect { event -> println(event) } } } catch (e: SSEClientException) { println(e.response?.status) }
A modern programming language that makes developers happier.