KomodoPlatform / komodo-docs-mdx

Komodo Platform Docs
https://komodoplatform.com/en/docs/
2 stars 7 forks source link

Add event_streaming_configuration to mm2 config docs #277

Open harsenyan3 opened 1 month ago

harsenyan3 commented 1 month ago

Add event_stream_configuration property to mm2 configuration docs. This property implements streaming channels using mpsc(underlying part of SSE) and SSE for sending data to clients continuously.

Refer to PR#1945 for further information and details (https://github.com/KomodoPlatform/komodo-defi-framework/pull/1945#issue-1863081443)