EZ Websocket Multi-Instance addon
Content Type: Module
Categories: Utility,User Interface
Overview
Use this module to enable Multi-Instance support for EZ Websocket
Documentation
Demo urlhttps://github.com/nathan-JJRplus/EZWebsocket/tree/main/tests/testProject
EZWebSocket Multi-Instance addon
Enable Multi-Instance support for the EZ websocket module
Dependencies
- EZWebsocket
- CommunityCommons
Usage
Initialize database polling
Add ASU_EZWebsocket_MultiInstance_Init to your afterstartup flow
This will cause every instance to constantly check the database for pending notifications from a task queue
Add before shutdown logic
Add BSD_CreateShutdownHelpers to your before shutdown flow
This will prevent the Mendix runtime from having to force quit the polling flow
Replace all notify actions
Replace all Notify (EZWebsocket.JA_Notify) calls with Notify Multi-Instance (EZWebsocketMultiInstance.SUB_Notify) calls
Releases
Version: 1.1.1
Framework Version: 9.24.25
Release Notes: Due to popular demand, backported the project to mendix 9.24 LTS
- Added constant to configure delay in polling mechanism
Version: 1.1.0
Framework Version: 10.6.10
Release Notes: Replaced recursive taskqueue scheduling with while loop