We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, after starting, I get the following error: goroutine 1 [running]: github.com/2tvenom/myreplication.(*packReader).readNextPackWithAdditionalLength(0xc00010e000, 0x4, 0xc00018b560, 0x0, 0x0) /2tvenom/myreplication/pack.go:86 +0x348 github.com/2tvenom/myreplication.(*eventLog).readEvent(0xc000120000, 0xc000105ee8, 0xc0001897a0, 0x0, 0x0) /2tvenom/myreplication/event_log.go:724 +0x45 github.com/2tvenom/myreplication.(*eventLog).Start(0xc000120000, 0x5540d8, 0xc0001120c0) /2tvenom/myreplication/event_log.go:640 +0x37 main.main() test.go:86 +0x133 Process finished with exit code 2
What can I do?
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
after starting, I get the following error:
goroutine 1 [running]:
github.com/2tvenom/myreplication.(*packReader).readNextPackWithAdditionalLength(0xc00010e000, 0x4, 0xc00018b560, 0x0, 0x0)
/2tvenom/myreplication/pack.go:86 +0x348
github.com/2tvenom/myreplication.(*eventLog).readEvent(0xc000120000, 0xc000105ee8, 0xc0001897a0, 0x0, 0x0)
/2tvenom/myreplication/event_log.go:724 +0x45
github.com/2tvenom/myreplication.(*eventLog).Start(0xc000120000, 0x5540d8, 0xc0001120c0)
/2tvenom/myreplication/event_log.go:640 +0x37
main.main()
test.go:86 +0x133
Process finished with exit code 2
What can I do?
Thank you
The text was updated successfully, but these errors were encountered: