onMessage(event, ws) { // do async stuff here const innner = async () => { // do something await Bun.sleep(10); // do something else } inner()}