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
panic: sync: negative WaitGroup counter
goroutine 51 [running]: sync.(*WaitGroup).Add(0xc0004640c0, 0xffffffffffffffff) D:/Go/src/sync/waitgroup.go:74 +0x1eb sync.(*WaitGroup).Done(0xc0004640c0) D:/Go/src/sync/waitgroup.go:99 +0x3b github.com/cjongseok/mtproto.(*Session).sendRoutine.func2(0xc0004b2000, 0xc0000c6460, 0xc0004640c0) D:/MyGo/src/github.com/cjongseok/mtproto/session.go:643 +0x121 created by github.com/cjongseok/mtproto.(*Session).sendRoutine D:/MyGo/src/github.com/cjongseok/mtproto/session.go:637 +0x1c6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
panic: sync: negative WaitGroup counter
goroutine 51 [running]:
sync.(*WaitGroup).Add(0xc0004640c0, 0xffffffffffffffff)
D:/Go/src/sync/waitgroup.go:74 +0x1eb
sync.(*WaitGroup).Done(0xc0004640c0)
D:/Go/src/sync/waitgroup.go:99 +0x3b
github.com/cjongseok/mtproto.(*Session).sendRoutine.func2(0xc0004b2000, 0xc0000c6460, 0xc0004640c0)
D:/MyGo/src/github.com/cjongseok/mtproto/session.go:643 +0x121
created by github.com/cjongseok/mtproto.(*Session).sendRoutine
D:/MyGo/src/github.com/cjongseok/mtproto/session.go:637 +0x1c6
The text was updated successfully, but these errors were encountered: