Hi Luis,
This is awesome, and just what I was currently engaged with Support about! Talk about good timing...
A couple of questions:
In your "broadcast" routine, you have the read of the Websocket in IRIS like:
Set data= ws.Read(, .status, )
The docs say that the format of that call is:
method Read(ByRef len As %Integer = 32656, ByRef sc As %Status, timeout As %Integer = 86400) as %String
Won't that mean that if your WebSocket is open (but the user is out to lunch), you will hang for 86400 seconds before returning?
Second, do you know what the licensing impact on IRIS is for this? Say there was 100 notification targets,. Would the system take out 100 License Units in this loop?
Thanks!
Richard
- Log in to post comments
.png)