Skip to content

smp server: batch processing of subscription messages#1753

Open
epoberezkin wants to merge 5 commits intorcv-servicesfrom
ep/smp-fast-subs
Open

smp server: batch processing of subscription messages#1753
epoberezkin wants to merge 5 commits intorcv-servicesfrom
ep/smp-fast-subs

Conversation

@epoberezkin
Copy link
Copy Markdown
Member

No description provided.

@epoberezkin epoberezkin requested a review from spaced4ndy as a code owner March 28, 2026 12:03
Comment on lines +675 to +676
tryPeekMsgs st qs =
M.fromList . catMaybes <$> mapM (\q -> (recipientId' q,) <$$> tryPeekMsg st q) qs
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tryPeekMsgs st qs =
M.fromList . catMaybes <$> mapM (\q -> (recipientId' q,) <$$> tryPeekMsg st q) qs
tryPeekMsgs st qs = M.fromList . catMaybes <$> mapM (\q -> (recipientId' q,) <$$> tryPeekMsg st q) qs

Comment on lines +180 to +181
tryPeekMsgs st qs =
M.fromList . catMaybes <$> mapM (\q -> (recipientId' q,) <$$> tryPeekMsg st q) qs
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tryPeekMsgs st qs =
M.fromList . catMaybes <$> mapM (\q -> (recipientId' q,) <$$> tryPeekMsg st q) qs
tryPeekMsgs st qs = M.fromList . catMaybes <$> mapM (\q -> (recipientId' q,) <$$> tryPeekMsg st q) qs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants