Refactored bolt session to use new decoder.
Summary: Bolt buffer is now a template. Communication worker now has a new interface. Fixed network tests to use new interface. Fixed bolt tests to use new interface. Added more functions to bolt decoder. Reviewers: dgleich, buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D256
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
constexpr const int SIZE = 4096;
|
||||
uint8_t data[SIZE];
|
||||
|
||||
using BufferT = communication::bolt::Buffer;
|
||||
using BufferT = communication::bolt::Buffer<>;
|
||||
using StreamBufferT = io::network::StreamBuffer;
|
||||
|
||||
TEST(BoltBuffer, AllocateAndWritten) {
|
||||
|
||||
Reference in New Issue
Block a user