Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.pager #77

Open
marado opened this issue Apr 29, 2019 · 0 comments
Open

.pager #77

marado opened this issue Apr 29, 2019 · 0 comments
Labels
amnuts-parity features that amnuts also has enhancement
Milestone

Comments

@marado
Copy link
Owner

marado commented Apr 29, 2019

The equivalent to .set pager on Amnuts

@marado marado added amnuts-parity features that amnuts also has enhancement labels May 12, 2019
@marado marado added this to the 0.7.0 milestone May 12, 2019
@marado marado modified the milestones: 0.8.0, 0.7.0 May 23, 2019
@marado marado modified the milestones: 0.8.0, 0.7.0 Jun 19, 2019
marado added a commit that referenced this issue Feb 7, 2020
This is a first approach and step towards an implementation of #77 -- a pager
system that allows an user do define they want to recieve their messages a few
lines at a time.

At this moment I am not sure how important is this feature, as TalkerNode does
not send (often) walls of text in one message only, but instead tends to send a
few lines each time, which should solve most of client issues.

On the other hand, if we wish to pursue this, we should probably think about
aggregating everything that is going to be sent to a particular socket (maybe
setting some sort of timeout, and then send it all together). As most of the
messages are origininated in reaction to commands, one other possibility would
be to not have the commands send to a socket directly, but instead to a (number
of) buffer(s) that would be dispatched towards the relevant sockets only when
the command execution ends.
@marado marado modified the milestones: 0.7.0, 0.8.0 Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
amnuts-parity features that amnuts also has enhancement
Projects
None yet
Development

No branches or pull requests

1 participant