mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 05:13:01 +00:00
- Updated the pubsubPublishHandler to publish messages to libp2p asynchronously, preventing HTTP response blocking. - Introduced context with timeout for libp2p publishing to enhance reliability and logging for success and failure cases. - Maintained immediate response for local delivery to WebSocket subscribers, improving overall message handling efficiency.