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

Keypress notification not received by client #18

Open
Spider101 opened this issue Mar 23, 2018 · 0 comments
Open

Keypress notification not received by client #18

Spider101 opened this issue Mar 23, 2018 · 0 comments

Comments

@Spider101
Copy link
Collaborator

This is the /pvp channel is connected to and where all the listeners are registered.

The listener callback methods themselves can be found in game.py

The keypress notification event is emitted from here and the associated function is defined here

My intuition is that the pygame event loop is blocking the events because the events before its initiation work just fine. I have tried everything in my power to get this to work but couldn't. I can't spend anymore time on this as it is going nowhere. If you can figure it out let me know!

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

No branches or pull requests

2 participants