Skip to content
#

ceramic

Here are 46 public repositories matching this topic...

Jovonni
Jovonni commented May 14, 2022

Description

Adding support for event-driven management of a Node's outstanding queries to the network.

This PR abstracts outstanding queries from a map, defined below, to a class:

readonly outstandingQueries: Map<string, StreamID> = new Map()

OutstandingQueries defines properties to be used in conditional logic supporting multiple responses being considered

Improve this page

Add a description, image, and links to the ceramic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ceramic topic, visit your repo's landing page and select "manage topics."

Learn more