ActiveSocket-close now gets a string, not an embedded exn

This commit is contained in:
Tony Garnock-Jones 2021-06-10 13:33:16 +02:00
parent 8b5e74048e
commit 21d09f81e5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ TcpInbound = <inbound @host string @port int>.
ActiveSocket =
/ <controller @controller #!Sink>
/ <close @reason any>
/ <close @message string>
/ Socket
.