Anders Murphy

Results 8 comments of Anders Murphy
trafficstars

I have another work around for this issue, that might be helpful. We couldn't use @stepango workaround as our projects has a variety of development machines and a CI server....

@Mithrandir21 Good to hear it worked for you and thanks for the feedback. I'll try and clear that confusing section up.

In the meantime I believe you can turn on safe write mode for your application by passing `:flags` as `[:nordahead :writemap :notls]` (note: this will mean sync flushes to disk,...

Further testing. This DOES NOT fix the issue. So I've run into a variation of this issue with db.type/string that the above change does not fix. Seems to be instroduced...

Awesome detective work. Reading over issue #375 my understanding of the behaviour that was being fixed is resetting/reopening closed channels. Which understandably is surprising behaviour, I can imagine it was...

No urgency on my side, already using git deps with the fix (our deployment is just vanilla jars so it all works a treat). Would much rather you take your...

Yeah definetly worth looking into further as I'm only confident this fixes one side of the problem (and it might not even be for the right reasons). I'll have a...

That's a regression test added. Also the good news is there's a regression test for #375 and this change doesn't break that test. Let me know if you want me...