We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://www.openframeworks.cc/forum/viewtopic.php?f=9&t=3214&p=17767#p17767
we can check errno and print an error message in case something goes wrong.
check how to know if it's returning -1 because there's nothing to receive or because there's actually some error in the connection.
The text was updated successfully, but these errors were encountered:
ofxNetwork: added type of error detection and logging
Sorry, something went wrong.
Merge pull request openframeworks#122 from fieldOfView/refactor_loadp…
c426776
…rojectionmatrix_offunctions Refactor loadProjectionMatrix() to use OF matrix functions instead of gl
increase max stdout buffer size to fix openframeworks#122
78d2e3a
Merge pull request openframeworks#167 from armadillu/bugfix/maxBuffer…
7e019f7
…Exceeded increase max stdout buffer size to fix openframeworks#122
No branches or pull requests
http://www.openframeworks.cc/forum/viewtopic.php?f=9&t=3214&p=17767#p17767
we can check errno and print an error message in case something goes wrong.
check how to know if it's returning -1 because there's nothing to receive or because there's actually some error in the connection.
The text was updated successfully, but these errors were encountered: