AlanXtreme

Results 18 comments of AlanXtreme

> when we are getting this feature? Just use MongoDB driver and set TTL on the desired collection and time. Unfortunately, Prisma wont do that update anytime soon. They prioritize...

Testing.. Why if i send the headers 'Sec-WebSocket-Protocol': 'test' exactly as the clients 'test' it disconects the client? it's the only bug i've got. every time i test i get...

really hope they continue with this implementation. I’ve been testing it using ArrayBuffer and haven’t encountered any problems so far. Congrats to the devs—it looks promising! Do not give up!

I want to handle message() outside of +server.ts using my own messageHandler implementation, but it does not let me import type { peer } from "@sveltejs/kit" outside of +server.ts, this...

> @alanxp > > > it does not let me import type { peer } from "@sveltejs/kit" > > Peer is a type exported from crossws, but I don't think...

It happens exactly the same to me, only when doing a build and SSR is false. I need this to work on SPA, else i will have to use RR...

It happens exactly the same to me, only when doing a build and SSR is false. I need this to work on SPA, else i will have to use RR...

> Also experiencing this, though I did find a workaround that makes a bit more sense? > > > let { data } = $props(); // Data returned by +page.server.js...