Skip to content
Petri Savolainen edited this page Jan 31, 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:

  • callbacks for when a (particular type of) message is received (does not necessarily benefit asyncio-based apps specifically)
  • awaitables for when a (particular type of) message is received

Clone this wiki locally