peresun
peresun
Machinarium does not support arm, mostly because mm_context_swap is written using x86 assembly. Is there a way to make Machinarium support arm? Thanks.
odyssey was last released in April 2020, and there have been many updates since then. Is there any release plan in the future? Thanks.
When I run '\copy ... from ...', odyssey consume 100% CPU. Writev will always retry forever even if no buffer left when NON_BLOCK is set. But I think close NON_BLOCK...
In od_auth_query(), we create od_client_t * auth_client and not call od_io_prepare to init auth_client->io.io, Then in od_router_attach(), od_io_read_active(&client->io) may cause coredump.