On Mon, Jun 22, 2026 at 02:41:06AM -0600, [email protected] wrote: > From: Thayne McCombs <[email protected]> > > The `core.httpclient()` and `core.tcp()` functions aren't actually > available in the init context, as they require the event loop to be set > up. > > As such, remove "init" form the list of contexts for those functions.
good catch! Applied, thanks Thayne! Willy

