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

Hanging client side #23

Closed
abofaliha opened this issue Jun 16, 2017 · 3 comments
Closed

Hanging client side #23

abofaliha opened this issue Jun 16, 2017 · 3 comments
Labels

Comments

@abofaliha
Copy link

Hello .

I'm using Zyan with my chat service but when i create ZyanConnection in client side the connection is established between server and the client but the program is just hanging and no more executing ,But when i tried to connect to other service with other IP and the other one is also using Zyan it worked fine,Anyone can help me with this please?

Thank you/Hassan.

@yallie
Copy link
Member

yallie commented Jun 17, 2017

Hassan,

it's hard to say what is wrong based on the information you provided.
Have you tried running the program under the debugger?
When you pause the running process, you can examine all threads
and check what every thread is doing. When a thread hangs indefinitely,
it may be a deadlock.

@abofaliha
Copy link
Author

abofaliha commented Jun 18, 2017

Hej @yallie .

I fixed it the reason was the host server for chat service has the same port number to ZyanComponentHost so that it was just hanging but when i changed the port number it worked fine then.

Thank you for your response/Hassan.

@yallie
Copy link
Member

yallie commented Jun 18, 2017

Hello Hassan,

Glad you've found the reason!
Thanks for reporting that.

Regards, Alex

@yallie yallie closed this as completed Jun 18, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants