-
## Minor Issue
When an app (A) is opened with context and adds it's context listener it probably won't have a user channel set.
The desktop agent is required to send a `broadcastEvent` to the ap…
-
Maybe I've got my wires crossed, but I don't think this is right:
```
/**
* An event message from the Desktop Agent to an app indicating that another app has added a
* context listener to a sp…
-
The why FDC3 link in fdc3 introduction document cannot work.
The location: https://github.com/finos/FDC3/blob/master/docs/fdc3-intro.md
I think the link why-FDC3 is related to why-fdc3.md in the s…
-
## Group overview
FDC3 revolves around several types of independent entities:
- Applications
- Desktop Agents
- App Directories
- Users
Each of these has an identity, and needs to know and…
-
### Question Area
- [ ] App Directory
- [x] API
- [ ] Context Data
- [ ] Intents
- [ ] Use Cases
- [ ] Other
### Question
Whilst implementing a `DesktopAgentProxy` we noticed that `I…
-
### Question Area
- [ ] App Directory
- [ ] API
- [ ] Context Data
- [ ] Intents
- [ ] Use Cases
- [x] Other
### Question
Looking at the messages in `BrowserTypes` there are messages…
-
### Question Area
- [ ] App Directory
- [x] API
- [ ] Context Data
- [ ] Intents
- [ ] Use Cases
- [ ] Other
### Question
I am wondering how an app is supposed to work when it has go…
-
### Application
Outline Client
### Describe the bug
When I connect to the server, the application constantly tries to reconnect. Although it does not affect the network.
### Steps to reproduce
1.…
-
## Group overview
FDC3 revolves around several types of independent entities:
- Applications
- Desktop Agents
- App Directories
- Users
Each of these has an identity, and needs to know and…
-
## Minor Issue
The `da-proxy` is currently sending a `RaiseIntentResultResponse` to the Desktop Agent (server) when an intent listener returns a result.
This doesn't seem quite correct, since …