Unexplainable, seemingly random SSL/TLS issue
```
WARN #(charlist.from_string("Actor discarding unexpected message: ~s"), [charlist.from_string("Ssl(Sslsocket(//erl(#Port<0.9>), //erl(<0.254.0>), //erl(<0.253.0>), GenTcp, TlsGenConnection, //erl(#Ref<0.182557878.1545207809.95071>), Undefined), <<129, 126, 0, 128, 123, 34, 116, 34, 58, 110, 117, 108, 108, 44, 34, 115, 34, 58, 110, 117, 108, 108, 44, 34, 111, 112, 34, 58, 49, 48, 44, 34, 100, 34, 58, 123, 34, 104, 101, 97, 114, 116, 98, 101, 97, 116, 95, 105, 110, 116, 101, 114, 118, 97, 108, 34, 58, 52, 49, 50, 53, 48, 44, 34, 95, 116, 114, 97, 99, 101, 34, 58, 91, 34, 91, 92, 34, 103, 97, 116, 101, 119, 97, 121, 45, 112, 114, 100, 45, 97, 114, 109, 45, 117, 115, 45, 101, 97, 115, 116, 49, 45, 100, 45, 113, 106, 100, 100, 92, 34, 44, 123, 92, 34, 109, 105, 99, 114, 111, 115, 92, 34, 58, 48, 46, 48, 125, 93, 34, 93, 125, 125>>)")])
```
This error seemingly randomly appears when starting shards and causes some shards to fail to start properly.
I can't seem to find a good reason besides a bug in stratus. This needs to be investigated.
The contents of the bitstring inside seem to be a JSON payload of the Discord Hello event.
SPECS:
* gleam v1.14.0 (mise)
* erlang/otp 28 (mise)
* CachyOS
* x86_64 (AMD Ryzen 5 5500U)
Replication:
* Start around 100 shards, it's bound to happen a couple times.
issue