UDPSocket issues
Open
mirrored
- Dominant language
- C++
- Stars
- 6
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
1. The connect method does not check for a NULL api before dereferencing it.
2. There is an inconsistency with the parameters in the connect method. For UDPSocket, address is passed as a pointer, whereas for TCPStream the same parameter is passed as a reference. They should ideally use the same calling style?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.