logoalt Hacker News

1oooqooqtoday at 12:08 AM1 replyview on HN

can't access the xitter posts... is the axum part using the whole of dioxus or bare axum + code reloading?


Replies

jkelleyrtptoday at 12:18 AM

There's a custom `axum::serve` equivalent we built that wraps the router construction in a hot-patchable function. When the patches are loaded, we reset the TCP connections.

It's a little specific to how dioxus uses axum today, but we plan to release an axum-only integration in the future.

show 1 reply