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

Message size issues #21

Open
ColonelBundy opened this issue Feb 28, 2016 · 3 comments
Open

Message size issues #21

ColonelBundy opened this issue Feb 28, 2016 · 3 comments

Comments

@ColonelBundy
Copy link

I have an array of objects, the contents does not really matter but as soon as the array length goes over 30 it wont send at all.

Could this be an issue of the encryption methods? or because its UDP?

@wankdanker
Copy link
Owner

It's a limititation of the size of the udp packet. The module does not yet do message recombining. There is a branch that uses datagram-stream which could probably be adapted to use a json-stream module to handle that. Eventually I will solve this problem if no one else does.

@ColonelBundy
Copy link
Author

Would be great if you could get this done asap! :)

@roccomuso
Copy link

+1

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

3 participants