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

55 ability to consume a batch of messages without compression #113

Prev Previous commit
Next Next commit
106-add-logger-configuration (#110)
* Add logger configuration

* Minor fixes

* Try a new version of rabbit

* Try the same rabbit version as dotnet

* Fix in decode response

* Remove winston from deps

* Remove async await from createConnection

* Revert of undefined check

---------

Co-authored-by: magne <magnello@coders51.com>
  • Loading branch information
l4mby and magne committed Dec 6, 2023

Verified

This commit was signed with the committer’s verified signature.
Aaron1011 Aaron Hill
commit 15de19729a40d8d067690aa80266648fb62b456a
1 change: 1 addition & 0 deletions test/unit/heartbeat.test.ts
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ import { Heartbeat, HeartbeatConnection } from "../../src/heartbeat"
import { NullLogger } from "../../src/logger"
import { Request } from "../../src/requests/request"
import { eventually, wait } from "../support/util"
import { NullLogger } from "../../src/logger"

class ConnectionMock implements HeartbeatConnection {
private sendCount = 0