Fork me on GitHub
#ring
<
2017-01-16
>
seancorfield19:01:09

@sova Those say you have a nil value where a non-nil value is expected.

sova-soars-the-sora19:01:48

@seancorfield Thank you Sean. So it's not about implementing :on-close but it's a nil hanging out someplace?

seancorfield19:01:22

Yeah, you’re passing nil where it expects a non-`nil` value. With protocols, you get a “not implemented” message rather than a NPE.

sova-soars-the-sora20:01:21

Oh, thanks a lot, that's very good to know! 🙂

sova-soars-the-sora20:01:27

Helps me track it down a bit better.