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
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/services/pusher.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The listening widget only listens while the page is active, so it cannot receive
40
40
41
41
### React Client Compatibility
42
42
43
-
Versions earlier than v4 do not support React client apps. Starting with v4, this module includes a new widget that supports React client apps while the legacy widget remains available. Both widgets can be used side by side while migrating to React client. The runtime parts stay the same for both widgets. The new widget is compatible with Mendix 11.11 and later.
43
+
Versions below v4 do not support React client apps. Starting with v4, this module includes a new widget that supports React client apps while the legacy widget remains available. Both widgets can be used side by side while migrating to React client. The runtime parts stay the same for both widgets. The new widget is compatible with Mendix [11.11](/releasenotes/studio-pro/11.11/) and above.
44
44
45
45
## Setting Up the Pusher App
46
46
@@ -71,7 +71,7 @@ After you import this module from the Marketplace, configure both parts:
71
71
Follow these steps to configure the server side:
72
72
73
73
1. Add the **Pusher User**[module role](/refguide/module-security/#module-role) to the relevant app security [user role](/refguide/security/#user-role).
74
-
2. Update the **Pusher** service constants in the **Configuration** folder with the app keys.
74
+
2. Update the pusher service constants in the **Configuration** folder with the app keys.
75
75
3. Create a microflow that executes the **Notify** action with these input parameters:
76
76
* Key settings
77
77
***Action name** that matches the action name configured in the widget
@@ -99,7 +99,7 @@ To receive notify messages in the client, place a widget on a page inside a [dat
99
99
100
100
You can use a microflow to retrieve data changed by other users, as long as the data is committed and the transaction is complete.
101
101
102
-
In this example the `$Message` variable contains the object in session state. Use the `[id = $Message]` XPath query to retrieve the object from the database. The change action refreshes the client, which triggers an update on the client page.
102
+
In this example, the `$Message` variable contains the object in session state. Use the `[id = $Message]` XPath query to retrieve the object from the database. The change action refreshes the client, which triggers an update on the client page:
103
103
104
104
{{< figure src="/attachments/appstore/platform-supported-content/services/pusher/RefreshMicroflowSample.png" alt="Sample refresh microflow that retrieves updated data for the current page" class="no-border" >}}
0 commit comments