marshallswain / feathers-pinia-nuxt3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

const { $api } = useNuxtApp() .on events no show?

andysay opened this issue · comments

hello, i'm try use that

const messageService = client.service('messages')

messageService.on('created', (message) => console.log('Created a message', message))

why events no showing whats happened ? socket connected fine.