You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would need web socket support in the future. I don't have any details/specifics yet but maybe we already can discuss how this could look like from a general perspective @SipkeSchoorstraRTL ?
The text was updated successfully, but these errors were encountered:
Sure. ASP.NET Core supports web sockets right out of the box. Depending on your requirements, Elsa may not have to do anything about this. Your application could for example handle some event, e.g. WorkflowExecuted, and send a message to a web socket client or clients.
Or perhaps you want to have a set of activities that sends a message to connected web socket clients. This too would be done as custom activities.
In both these cases, no updates to Elsa are necessary. But that might be a different story once we have more details.
We would need web socket support in the future. I don't have any details/specifics yet but maybe we already can discuss how this could look like from a general perspective @SipkeSchoorstraRTL ?
The text was updated successfully, but these errors were encountered: