Quick tip for you guys: When using coroutines in a...
# server
v
Quick tip for you guys: When using coroutines in a Spring
@Component
always make sure that the class implements some interface. The Spring CGLib Enhancer messes stuff up and causes hard to find `NullPointerException`s.
👍 1
o
Did you file an issue?
d
The spring plugin from all-open should fix that - that’s usually non-open members not being able to be proxied
h
we also have a dedicated #spring channel 🙂