bolt
bolt copied to clipboard
Lightning fast, strongly typed network protocol
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
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:...
## Status **READY/IN DEVELOPMENT/HOLD** ## Description ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which...
## Status **READY** ## Description Because `mason_logger` depends on `dart:io`, we had to migrate to our own `Logger`. So we just copied it over and removed the features we dont...