Skip to content
Petri Savolainen edited this page Feb 1, 2021 · 32 revisions

1. Support basic data communications use cases with asyncio semantics, ie. awaitable operations

2. Support integrating WS-Discovery into asyncio-based applications

Some ideas:

  • allow for registering async callbacks for when a (particular type of) message is received
  • expose awaitables for when a (particular type of) message is received
  • expose awaitables for higher-level discovery outcomes such as "service found", possibly returning all related objects ie. service, message, etc.
Clone this wiki locally