You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The emulator does not currently implement the state stream API needed for events streaming
Steps to Reproduce
Try using events streaming (i.e. ws://localhost:8888/v1/subscribe_events) and the endpoint will not be available because the state_stream.API instance used to instantiate the REST server is nil
Problem
The emulator does not currently implement the state stream API needed for events streaming
Steps to Reproduce
Try using events streaming (i.e.
ws://localhost:8888/v1/subscribe_events
) and the endpoint will not be available because the state_stream.API instance used to instantiate the REST server is nilflow-emulator/server/access/rest.go
Lines 99 to 117 in 0cdc31c
Acceptance Criteria
Event streaming supported by emulator
Context
Blocking adoption of event streaming API (i.e. onflow/fcl-js#1791)
The text was updated successfully, but these errors were encountered: