tests fail
Open
- Dominant language
- Go
- Stars
- 14
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Hi, using msgio in a go project. pool_test.go occasionally fails due to a panic in ExamplePool() -> line 247:
```
small2 := p.Get(uint32(len(small))).([]byte)
```
panic: interface conversion: interface {} is nil, not []uint8
Is this a known issue?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.