-
Notifications
You must be signed in to change notification settings - Fork 256
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
feat: buffer Framed<.., Codec>
packets
#826
Commits on Mar 16, 2024
-
feat: implement
Packet::size
for v4/v5 (#817)* refactor: implement size for all v5 packet types * refactor: implement `Packet.size()` for v4
Devdutt Shenoi authoredMar 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 719633a - Browse repository at this point
Copy the full SHA 719633aView commit details -
refactor:
read
andwrite
methods onv4::Packet
(#821)* refactor: `Packet::read` * refactor: `Packet::write` * test: fix changes in refactor
Devdutt Shenoi authoredMar 16, 2024 Configuration menu - View commit details
-
Copy full SHA for cfdd394 - Browse repository at this point
Copy the full SHA cfdd394View commit details -
refactor:
AsyncReadWrite
(#822)Devdutt Shenoi authoredMar 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b4f96d - Browse repository at this point
Copy the full SHA 8b4f96dView commit details
Commits on Mar 18, 2024
-
Devdutt Shenoi committed
Mar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for abf416c - Browse repository at this point
Copy the full SHA abf416cView commit details -
Devdutt Shenoi committed
Mar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 0842f73 - Browse repository at this point
Copy the full SHA 0842f73View commit details -
refactor: move write buffer into
Network
Devdutt Shenoi committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 036e1f2 - Browse repository at this point
Copy the full SHA 036e1f2View commit details -
refactor: testing improvements
Devdutt Shenoi committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 8a220c3 - Browse repository at this point
Copy the full SHA 8a220c3View commit details
Commits on Mar 19, 2024
-
fix:
readb
should block for 1 packet (#824)Devdutt Shenoi authoredMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for a5b2717 - Browse repository at this point
Copy the full SHA a5b2717View commit details -
fix:
Network::connect
should flushDevdutt Shenoi committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 303d8c2 - Browse repository at this point
Copy the full SHA 303d8c2View commit details -
test: fix network expectations for
EventLoop::clean
Devdutt Shenoi committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 7fee5c1 - Browse repository at this point
Copy the full SHA 7fee5c1View commit details -
refactor: use
Framed
to encode/decodeDevdutt Shenoi committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 75efeaa - Browse repository at this point
Copy the full SHA 75efeaaView commit details -
Devdutt Shenoi committed
Mar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 041c6c8 - Browse repository at this point
Copy the full SHA 041c6c8View commit details -
Devdutt Shenoi committed
Mar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 5dbe5a1 - Browse repository at this point
Copy the full SHA 5dbe5a1View commit details -
Devdutt Shenoi committed
Mar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for c861a95 - Browse repository at this point
Copy the full SHA c861a95View commit details
Commits on Mar 20, 2024
-
allow configuring
MqttOptions.max_request_batch
Defaults to 10
Devdutt Shenoi committedMar 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c9a8d9 - Browse repository at this point
Copy the full SHA 6c9a8d9View commit details -
Devdutt Shenoi committed
Mar 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 33abd75 - Browse repository at this point
Copy the full SHA 33abd75View commit details -
Devdutt Shenoi committed
Mar 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b0aaa1 - Browse repository at this point
Copy the full SHA 8b0aaa1View commit details
Commits on Mar 21, 2024
-
fix: network buffering based on bytes written
Devdutt Shenoi committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for f71665b - Browse repository at this point
Copy the full SHA f71665bView commit details -
fix: don't return
Error::InsufficientBytes
Devdutt Shenoi committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 83ed8c4 - Browse repository at this point
Copy the full SHA 83ed8c4View commit details -
fix: buffer til capacity breach
Devdutt Shenoi committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for aa08d34 - Browse repository at this point
Copy the full SHA aa08d34View commit details