-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi,
-
Socket Not working if we import controller from inversify but if we import the controller from inversify-socket-util it is works.
-
unable to apply middleware in controller if we import controller from inversify-socket-util
-
not works rest of the controller if we import controller from inversify-socket-util
(e.g)
it will not work
import { interfaces, controller, httpGet, request, response, httpPost } from "inversify-express-utils";
@controller('/following', SITE_MAINTENANCE)
it will work
import { interfaces, httpGet, request, response, httpPost } from "inversify-express-utils";
import {
controller
} from "inversify-socket-utils";
@controller('/following')
-
currently I have used inversify-express-util for my whole app. so that I try to implement inversify-socket-util package.
-
is there any working code for inversify-socket-util kindly share for the reference
Metadata
Metadata
Assignees
Labels
No labels