Utility functions, better logging
Pre-release
Pre-release
Changes
- Changing
Connect
signatures andStart
signatures for servers, and clients - Changing the functionality of Server.
Start
so that it blocks and returns an error - Adding
ServeConn
andFromConn
functions for severs and clients - Updating
protoc-gen-frisbee
to comply with the new changes - Updating the buf.build manifest for
protoc-gen-frisbee
- Making
baseContext
,onClosed
, andpreWrite
hooks for the Server private, and creatingSetter
functions that
make it impossible to set those functions to nil
Fixes
- Fixing panics from
ConnectSync
andConnectAsync
functions when the connection cannot be established - it now
returns an error properly instead