This is the first release of quics-protocol!! Congratulations!
The main features of quics-protocol have been implemented, so you can send and receive byte messages and files as written in the current README, and the Handler will be opened with a Callback function depending on the transactionName.
What's new
- Handler object implementation
- Trasaction implementation
- Implement RecvTransactionHandleFunc, which predefines the Callback function
- Implementing sending byte messages
- File transfer implementation
- Implementing sending byte messages and files together
- Implementing returning a stream if an error occurs during a transaction