-
-
Notifications
You must be signed in to change notification settings - Fork 796
Closed
Milestone
Description
I need access to io in an service setup() method. This is instantiated in the feathers.socketio() configuration function. However, testing seems to indicate that my services setup() method is being called before the socketio configuration function.
Here's my usage:
testService = mongodb 'test'
app
.configure feathers.rest()
.configure feathers.socketio (io)->
debugger # this is called after `extendedTestService.setup()`
.use bodyParser.json()
.use '/test', extendedTestService
.listen 3000Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels