Replies: 2 comments 8 replies
|
Are you implementing a desktop agent? |
7 replies
|
If you can see the message being sent, then you could check in the application whether its being received (at all vs. not handled properly vs. received and responded to but mishandled at the DA end) by setting the
You must have messaging working to use other features, the question is: whats up with the heartbeat messages? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I have implemented heartbeats and when an app is opened in an iframe the heartbeats work as expected.
I am able to open a new window as a popout and connect to the FDC3 DA. The FDC3 channels are connected, and messaging works as expected.
When opened as a popout window, I notice that the DA sends the heartbeat, but a response is never received.
Mosaic Server Context Post: {type: 'heartbeatEvent', meta: {…}, payload: {…}} 80956bd0-c481-437e-aba8-448749d31b6aDo you know what might be missing for the app opened in a new window to respond to the heartbeat?
All reactions