tippmar

Results 7 comments of tippmar

Well, after some more investigation, it seems my problem may not be related to ObjectReader specifically. It's a convoluted sequence involving interfaces, auto-generated proxy classes (via AutoMapper) and ObjectReader and...

A tad more Googling and I turned up this issue https://github.com/mgravell/fast-member/issues/35 and the related SO question https://stackoverflow.com/questions/41241131/fastmember-objectreader-doesnt-work-with-inherited-interfaces - that's the error I was getting. The SO question points to a...

This sounds pretty similar to the issues I found when working with interfaces. I've forked the fast-member repo and implemented a fix for the issue - you might take a...

Any suggestions for a short-term workaround? Or a timeline on adding the locking semantics?

In case anyone else comes upon this issue and wants a workaround, I've built a set of extension methods that provide synchronized behavior for `.GetOrAdd()` -- the only added requirement...

Maybe a good opportunity for me to get my feet wet in Golang...

Thanks, @maehtricks - that seems like a reasonable approach. I'm playing with modifying the "settings" page now, with the intent of storing the list of Mode S ID / Callsigns...