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

Handle other types. #437

Open
todo bot opened this issue Aug 16, 2019 · 0 comments
Open

Handle other types. #437

todo bot opened this issue Aug 16, 2019 · 0 comments
Assignees
Labels
project-libuser Related to the libuser todo 🗒️ Created by the todo bot type-feature New feature or request

Comments

@todo
Copy link

todo bot commented Aug 16, 2019

// TODO: Handle other types.
Some((4, cmdid)) | Some((6, cmdid)) => dispatch.call((&mut object, work_queue.clone(), cmdid, &mut buf[..])).await
.map(|_| false)
.unwrap_or_else(|err| { error!("Dispatch method errored out: {:?}", err); true }),
Some((2, _)) => true,
_ => true
};
if close {
break;
}


This issue was generated by todo based on a TODO comment in 269527c when #384 was merged. cc @roblabla.
@todo todo bot added the todo 🗒️ Created by the todo bot label Aug 16, 2019
@todo todo bot assigned roblabla Aug 16, 2019
@roblabla roblabla added type-feature New feature or request project-libuser Related to the libuser labels Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project-libuser Related to the libuser todo 🗒️ Created by the todo bot type-feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant