Issue with websocket within a service
Im having troubles using a websocket service within other parts of my projects, cannot use the Send method properly
10 Replies
in this case is where Im injecting the service, any help to pinpoint the issue?
can you go into detail what troubles/issue you are having?
when running the websocket command i did for testing, the websocket message is not sent
neither are any errors shown
I guess I'm failing to initialize the service? but the websocket inside the service does turn on
is this code being used in some sort of game egnine? im seeing a bunch of references i have never seen
Yea
then i can only recommend to properly do async
aka this
await the sendmessage inside the command u mean?
oh
for the rest, somebody else has to help you
sure, ty