Skip to content

Waiting response on TCP socket while notification #53

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

Open
mxlpitelik opened this issue Dec 4, 2015 · 0 comments
Open

Waiting response on TCP socket while notification #53

mxlpitelik opened this issue Dec 4, 2015 · 0 comments

Comments

@mxlpitelik
Copy link

if you connect via tcp and sending notification client will be waiting for response - is WRONG!

in file "lib/Tivoka/Client/Connection/Tcp.php" before read response (line 139) you must write this code:
if(!$request->id) { return false; }

After that fix - your connection will not waiting response on notification

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

1 participant