wolfstudy edited a comment on pull request #366:
URL: https://github.com/apache/pulsar-client-go/pull/366#issuecomment-695945617
Hi @fracasula , I used the test case you provided and tried to run more than
10 times locally. I didn't reproduce. The locality can work normally.
The only change is that I encountered a `context deadline exceeded` during
the first execution, after which i adjusted the time of the context form 5
minutes to 10 minutes.
```
// New context
ctx, cancel = context.WithTimeout(context.Background(), 10*time.Minute)
t.Cleanup(cancel)
```
---
```
go version
```
Output:
```
go version go1.14.6 darwin/amd64
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]