ku-fpg / blank-canvas

A Haskell API into HTML5 Canvas
BSD 3-Clause "New" or "Revised" License
72 stars 14 forks source link

Let blankCanvas kill its argument when the browser disconnects #80

Open nomeata opened 8 years ago

nomeata commented 8 years ago

@andygill writes:

There is no way for the blank canvas process to know that the client has disconnected. But we can look into adding something to comet that will give this ability. Also, there is a websockets version, that should be looked at - the close will be easier to detect.