MetinSeylan / Vue-Socket.io

😻 Socket.io implementation for Vuejs and Vuex
https://metin.sh
MIT License
3.95k stars 496 forks source link

Using Store Module #309

Open aliftaufik opened 3 years ago

aliftaufik commented 3 years ago

Is it possible to define actions for socket listeners in namespaced modules? How the naming rule would be? Since we need to add module name on dispatch for namespaced module (e.g "moduleName/actionName"), does the backend team need to know about that added module name prefix?

AlanGreyjoy commented 3 years ago

Good question! My namespaced modules are not being fired.