How to define an async procedure?
i'm trying to connect to an SDK asynchronously inside a procedure and it seems to break the entire router, how do i do async things in the procedure?
5 Replies
add async after the first (
just like the
initAgones
do i have to make ALL of them async?
no
only if you need to use async code on the procedure
if i make my procedure async, it seems to cause the request to hang on the client
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View