Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Delay UDP connect until first log event emission #293
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jun 29, 2023
1 parent c000c65 commit 902a86e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ protected ByteBuffer initialValue() {

public GelfUDPSender(String host, int port, ErrorReporter errorReporter) throws IOException {
super(errorReporter, host, port);
connect();
}

public boolean sendMessage(GelfMessage message) {
Expand Down

0 comments on commit 902a86e

Please sign in to comment.