Open
Description
If I create a single bind and then use multiple submits via go routine, will that cause issue related to response ErrTimeout ?
Asking because I something like below for a single binding
for i = 0; i < 5; i++ {
go smpp_submit()
}
Will this result in excessive locking ? And cause "timeout waiting for response" error ?
Metadata
Metadata
Assignees
Labels
No labels