loothood

Results 1 issues of loothood

Hi, Thank you for the project. Very helpful On the server side of your project there is a [code](https://github.com/wolfenrain/bolt/blob/2b454edfdfbcc7afb05f2aa02919f01d57984e12/packages/bolt/lib/src/server/bolt_server.dart#L184): ``` packets.listen((packet) { final connection = _findExistingConnection(packet.address) ?? Connection(clientSalt: 0, serverSalt:...