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

Server function embedding in client done #81

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

vaibhav-kaushal
Copy link
Contributor

The client now has a new function called NewClientWithServer which can be called like this:

log := client.NewClientWithServer("postgres://vkaushal288:vkaushal288@127.0.0.1:5432/bark", "INFO", "brktest", "load test session", false)

for i := 0; i < 500; i++ {
	log.Printf("1M2UBT - Default message - %v", i)
}

log.WaitAndEnd()

@bhagatvansh bhagatvansh merged commit b2fa9b4 into techrail:main Oct 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants