Jordan O'Leary

Results 224 issues of Jordan O'Leary

https://discord.com/channels/1032294536640200766/1274867963064877118/1274867963064877118

-Enhancement

// Note connection must occur AFTEr handlers are created or else you'll miss onSeverAssigned data pie.onServerAssignedData = data => console.log('jtest server assigned', data); pie.onError = console.error; pie.onClientPresenceChanged = data =>...

PieClient should send messages to prevent idle timeout ```js setInterval(() => { if (pie.isConnected() && pie.currentRoomInfo) { // Keep connection alive. Bun's websocket server has a 2 minute timeout console.debug('Send...