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

Coupling issue #60

Open
martinph opened this issue Jan 6, 2016 · 2 comments
Open

Coupling issue #60

martinph opened this issue Jan 6, 2016 · 2 comments

Comments

@martinph
Copy link

martinph commented Jan 6, 2016

I've tried coupling my Binary Access Link Layer Service while injecting DICSS directly into the head, but it always prematurely exits. Any known issues about this?

@nickiannone
Copy link

I think this is a known issue. DICSS and BALLS tend to have conflicts when injected together; this is because BALLS is much more sensitive and lower-level than DICSS, and they tend to get in each other's way in terms of registering touch events. I think there is a workaround if you alternate between injecting DICSS and BALLS into the head.

@martinph
Copy link
Author

Thanks. In the end I just injected the DICSS into the body and the BALLS in to the head (it was a stretch, but it worked). Had to rewire my BALLS though to try and stop all the child processes being spawned.

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

No branches or pull requests

2 participants