Open tahseenjamal opened 1 year ago
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 ?
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 ?