You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wip
* wip
* wip
* feat: replace listeners by crossws-way
* chore: adds bun types
* bun fix
* type fix in bun.ts
* pnpm lock
* fix: cleanup
* provider: handle unknown messages gracefully (log instead of throw)
* replace ping/pong by timeout based on message received. awareness is sent every 30 seconds, so we can use that instead of ping/pong. ping/pong can't be added to the protocol because old provider would throw.
* fix: make sure that all dist files keep node: prefixes. Deno didnt work because "url" was required without node: prefix ; this is actually coming from the "ws" package, not from our code base... The fix works by checking all require/imports, then checking if they are present in node and then prefixes them
0 commit comments