mikeyseeM
Convex Community2y ago
6 replies
mikeysee

Faster websocket connection? Or skip websocket connection?

I am building a chrome extension that saves the given page to a convex DB.

When I press the browser action button it takes a second to load before it saves the page. The issue is the time it takes to connected the websocket for me here in Western Australia.

If I use the HTTP client its lightning quick.

Is there a way I can either speed up the websocket connection or perhaps access the auth token after the initial sign-in then use that for subsequent http calls?
Was this page helpful?