Replies: 1 comment
-
Do you not have a reference to the Engine anywhere? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that you can broadcast to all other sockets with socket.Broadcast(), but the socket reference is only available within a request.
Say I would like to broadcast a message from a cron (server side process/goroutine), without any reference to any socket, like Engine.Broadcast() - how would I do this?
Beta Was this translation helpful? Give feedback.
All reactions