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

Send and receive messages #5

Merged
merged 3 commits into from
May 28, 2014
Merged

Send and receive messages #5

merged 3 commits into from
May 28, 2014

Conversation

joshterrell805
Copy link
Member

asdf

Now we can send and receive messages between clients and students.

Next few commits willb e an example on how to use this.
@joshterrell805
Copy link
Member Author

@ccarroll511 would you check this out when you get a chance? I changed the forum to work with networking. After sending 6 or so messages back and forth between presenter and student, my client dies with a wxGTK free() error.. does yours?

@ccarroll511
Copy link

Hey I'm not home right now but when I get home I'll try it out

Sent from my iPhone

On May 24, 2014, at 3:15 PM, Josh Terrell [email protected] wrote:

@ccarroll511 would you check this out when you get a chance? I changed the forum to work with networking. After sending 6 or so messages back and forth between presenter and student, my client dies with a wxGTK free() error.. does yours?


Reply to this email directly or view it on GitHub.

Mac was unable to exchange messages on the forum due to messages being
blocked. This turned out to be due to reactor's "transmit" method being
called from wx python. Add the threadding hack implemented in Connection
(model/Connection/__init__.py) to BaseConnection (model/Connection/Connections/__init__.py)
too so that all wx callbacks stay in wx and all reactor callbacks stay in
reactor.
@ccarroll511 ccarroll511 merged commit a8cf0e7 into master May 28, 2014
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

Successfully merging this pull request may close these issues.

2 participants