cascades-fbp / cascades

Language-agnostic Flow-based Programming (FBP) framework in Go
MIT License
62 stars 8 forks source link

Check if monitoring sockets and component shutdown work #10

Open oleksandr opened 10 years ago

oleksandr commented 10 years ago

http/client component activated by IIP fails to shutdown properly - the signal about shutdown comes before reading from the closed socket. network shutdown is wrong - components exit in the wrong order.