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
Currently both constants OutgoingLimit and OutgoingBytesLimit are limits that take in account only outgoing messages without reply. @breathx proposed to expand limits responsibility to reply messages also.
So, need to investigate whether it's suitable proposal. And if it is then make a refactoring in reply_pushreply_commit and reply_push_input which takes in account this limits.
The text was updated successfully, but these errors were encountered:
grishasobol
changed the title
consider to take in account reply message in OutgoingLimit and OutgoingBytesLimit
consider to take in account reply message in outgoing limits
Mar 5, 2024
File Location(s)
core/src/message/context.rs
Proposal
Currently both constants
OutgoingLimit
andOutgoingBytesLimit
are limits that take in account only outgoing messages without reply. @breathx proposed to expand limits responsibility to reply messages also.So, need to investigate whether it's suitable proposal. And if it is then make a refactoring in
reply_push
reply_commit
andreply_push_input
which takes in account this limits.The text was updated successfully, but these errors were encountered: