Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(SocketLayer): fixing socket receive trying to handle message when…
… length is negative UDP socket returns -1 when there is socket error. mirage would pass this -1 into metrics and try to handle the message. Instead Mirage should just ignore these messages
- Loading branch information