Closed j0sh closed 6 years ago
Prevents a segfault further down in the same method.
The segfault was reproducible under the following scenario on devenv:
By returning ErrOutStream here, the listener also gets removed and the broadcaster no longer attempts to send data.
Good catch. 🚢
Prevents a segfault further down in the same method.
The segfault was reproducible under the following scenario on devenv:
By returning ErrOutStream here, the listener also gets removed and the broadcaster no longer attempts to send data.