note about error in-app error handling
This commit is contained in:
parent
fd5a05afae
commit
8d761768e8
@ -44,5 +44,8 @@ use Rack::EMStream do |exception, environment|
|
|||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This, of course, means that you need to push all of your in-app error handing to happen before your response
|
||||||
|
object hits `each`, but that's the price you pay for super-simple deferred streaming.
|
||||||
|
|
||||||
I'm still pretty n00b to async stuff, so if you have suggestions, let me know!
|
I'm still pretty n00b to async stuff, so if you have suggestions, let me know!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user