Sander Lesage

Results 3 issues of Sander Lesage

### Version @nuxtjs/supabase: 0.3.0 nuxt: 3.0.0 ### Reproduction Link _login.vue_ ``` Email address Password Sign in definePageMeta({ layout: 'none' }); const client = useSupabaseAuthClient(); const user = useSupabaseUser(); const formData...

bug

If a client sends a EmitWithAck message, how can I send a response to ack the message from the go server?

Does the Client/Connection send out 'events' in case the status of the connection changes? The client keep track of the connection state: ``` const ( // Closed, the Connection is...