Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Dec 17, 2021
1 parent e9e2d2b commit c0c571b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changes

## [0.7.7] - 2021-12-14
## [0.7.7] - 2021-12-17

* Wait for close control message and inner services on dispatcher shutdown
* Wait for close control message and inner services on dispatcher shutdown #78

* Use default keepalive from Connect packet. #75

## [0.7.6] - 2021-12-02

Expand Down
8 changes: 1 addition & 7 deletions src/v5/handshake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@ impl<Io> Handshake<Io> {
} else {
30
};
HandshakeAck {
io,
shared,
keepalive,
packet,
session: Some(st),
}
HandshakeAck { io, shared, keepalive, packet, session: Some(st) }
}

#[inline]
Expand Down

0 comments on commit c0c571b

Please sign in to comment.