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:

  • allow for registering callbacks for when a (particular type of) message is received; this does not necessarily benefit asyncio-based apps specifically however
  • expose awaitables for when a (particular type of) message is received
Clone this wiki locally