Skip to content

Using multiple tranceiver.Submit via go routines  #118

Open
@tahseenjamal

Description

@tahseenjamal

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions