Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending messages to Elmish update on the server locally #58

Open
artcoed opened this issue Mar 6, 2024 · 0 comments
Open

Sending messages to Elmish update on the server locally #58

artcoed opened this issue Mar 6, 2024 · 0 comments

Comments

@artcoed
Copy link

artcoed commented Mar 6, 2024

On my server there is logic that works in parallel with the websocket Elmsih update. I found a method that allows you to get models of connected users:
connections.GetModels()
However, I can't find a method to send a message to the Elmish update
The following method is not suitable due to the fact that the message sent to it can also be sent from the client
connections.BroadcastServer (Inner Test)
The client has the following option
Bridge.Send (Inner Test)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant