Hi!, I successfully ran the example from
https://docs.prefect.io/v3/develop/inputs, but I noticed a noticeable delay (around less than 10 seconds on my macOS M1) the first time
greeting = await receiver.next()
is executed. After that, it works normally. Is this expected behavior?