I've never felt quite as schooled as this:
DungeonSmith is using reactive mongo/webflux for some of it's microservices, mainly so I can learn how to work with it.
I'm still learning, so this was my first attempt at converting declarative saving code to reactive:
DungeonSmith is using reactive mongo/webflux for some of it's microservices, mainly so I can learn how to work with it.
I'm still learning, so this was my first attempt at converting declarative saving code to reactive:
Comments
So, i asked chatGPT what i was doing wrong, and it spat out the following code:
It works. It makes sense (mine didn't. heh). I'm researching right now to find out if this is correctly idiomatic.
It doesn't provide solutions, (Even if it gives you correct code!), it gives you directions to look, till *you* understand it.