f-o-a-m / purescript-web3

a purescript library for the web3 api
Apache License 2.0
127 stars 24 forks source link

Need resource cleanup for filter polling #97

Closed martyall closed 6 years ago

martyall commented 6 years ago

Right now we do not unsubscribe the filter if a forked aff thread is cancelled.

In Haskell this would be where base control or the trans variant would come in, together with the bracketing functions in aff.

This will be more important for websockets