Commit f8f4b49
MappingSubscriber should halt upon any Exception (#4205)
* MappingSubscriber should halt upon any Exception
Catching only RuntimeException means anything awaiting a result from a Publisher will hang indefinitely, even after a coroutine has ended exceptionally.
* Update MappingSubscriber.java
---------
Co-authored-by: Debora N. Ito <476307+debora-ito@users.noreply.github.com>1 parent d993e79 commit f8f4b49
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments