heri16
heri16
sudo port uninstall curl wget
Yes, give me 24 hours to update the branch. Also, I have a heavily modified fork on gist that looks very different but is actually based on Microsoft official .NET...
Once again, the version on my gist works really fine for the past few years. If anyone is interested I will either fork the project or create a new PR
From some debugging... When there is an inbound message from the network, `m_queue.push(data)` and `m_timer.cancel(ec)` is called but the data is never dequeue or processed. https://github.com/saleyn/eixx/blob/8b778bdc385882b48b6edb9ed257ac62cf487a18/include/eixx/util/async_queue.hpp#L154-L164
I've tried going back in time to last month's commit https://github.com/saleyn/eixx/commit/74c3107134982c9111294290229028a93cb6e42d but it still doesn't work for me. Seems like an old issue just rediscovered?
I'll proceed to test commit https://github.com/saleyn/eixx/commit/c5b3d8f6580f054070b93147abde762577be3998 as it looks like that was the last time encoding changes were made prior to https://github.com/saleyn/eixx/commit/74c3107134982c9111294290229028a93cb6e42d
Was able to reproduce this bug with commit https://github.com/saleyn/eixx/commit/c5b3d8f6580f054070b93147abde762577be3998 @saleyn Seems like a longstanding issue?
 Sounds good. Not familiar with this experimental API. Do you mean networking-ts-impl since some say the gcc/clang implementation is incomplete?
> I got my first (specific) union type with complete lookahead working, see [#1210 (comment)](https://github.com/graphile/postgraphile/issues/1210#issuecomment-567095994)! So it definitely seems possible, and I hope I can soon make the PR to...