hello world. So I have this debug session going on...
# server
d
hello world. So I have this debug session going on and my 'it' is a Context2, but it.get(SecurityContext::class) is getting evaluated to null. what am i missing?
turns out it is because the context value was of a different class entirely (MonoCreate) and Context#get checks that the value is of the specified type before returning it.
though this doesnt sound like it should be happening