Brian Gambrell

Results 2 issues of Brian Gambrell

I've got a mosquitto broker set up on my machine that exposes a websocket on port 9001. Here's my configuration file contents: ### mosquitto.conf ``` allow_zero_length_clientid true max_keepalive 65535 listener...

## Description Uses java.util.Objects.hashCode() to protect the NavKey.hashCode function from throwing errors when id is null. Id is never supposed to be null, but we keep getting crashing errors in...