You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
Hi Guys,
How can i configure feathers-primus to use uws. I added uws as a dependency in my app and changed the primus transformer to uws but i get the below error
at child.server (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/primus/transformers/uws/server.js:16:39)
at child.initialise (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/primus/transformer.js:51:25)
at child.Transformer (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/primus/transformer.js:24:8)
at new child (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/extendible/index.js:88:19)
at Primus.initialise (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/primus/index.js:272:26)
at new Primus (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/primus/index.js:101:8)
at EventEmitter.setup (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/feathers-primus/lib/index.js:21:34)
at EventEmitter.<anonymous> (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/uberproto/lib/proto.js:30:17)
at EventEmitter.app.setup (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/feathers-authentication/lib/index.js:136:27)
at EventEmitter.listen (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/feathers/lib/application.js:145:10)
at EventEmitter.listen (/Users/user/Documents/Sycamore labs/AjalaProject/node_modules/uberproto/lib/proto.js:30:17)```
Hi Guys,
How can i configure feathers-primus to use uws. I added uws as a dependency in my app and changed the primus transformer to uws but i get the below error