enwi / dartzmq

A simple dart zeromq implementation/wrapper around the libzmq C++ library
https://pub.dev/documentation/dartzmq/latest/
MIT License
26 stars 17 forks source link

Incomplete data received by sub #3

Closed gaobaiq closed 2 years ago

gaobaiq commented 2 years ago

hi, did you find a problem? When subscribing to a topic under TCP protocol, big data will accept incompleteness, and I failed to set relevant properties.

enwi commented 2 years ago

I have not seen any issues so far and I am sending/receiving round about 0.5 MB/s of data.

With properties do you mean option (setOption function)? And which options were you not able to set?

gaobaiq commented 2 years ago

I have not seen any issues so far and I am sending/receiving round about 0.5 MB/s of data.

With properties do you mean option (setOption function)? And which options were you not able to set?

I set the rcvbuf and rcvhwm properties.Now we have segmented the server transmission.It's okay, thank you.

gaobaiq commented 2 years ago

Also, do you know how to. / build.sh [ x86 ],I failed to compile

enwi commented 2 years ago

Also, do you know how to. / build.sh [ x86 ],I failed to compile

Works for me just fine