kenichi / angelo

Sinatra-like DSL for Reel that supports WebSockets and SSE
Other
303 stars 23 forks source link

fix: before handling normal http request, should wait until completel… #75

Closed respire closed 3 years ago

respire commented 7 years ago

…y read

related issue: https://github.com/kenichi/angelo/issues/70

see discussion in this issue to get full preface of this fix.

kenichi commented 7 years ago

this one is a little more invasive, and i'd like to discuss further with the reel community before "reaching in" with some instance_variable_get action. 😺 it's good to have this example tho, thank you!

respire commented 7 years ago

maybe i can try to use #delegate to escape from instance_variable_get :)