Blocking callbacks can now access the handler structure as mutable. v0.4.3.
This commit is contained in:
parent
2b57c90b27
commit
5b132baada
4 changed files with 5 additions and 4 deletions
|
|
@ -22,4 +22,6 @@ Then use this library to continuously rewrite or display decrypted network traff
|
|||
|
||||
10/06/2021 | v0.4.2 | Added documentation.
|
||||
|
||||
10/07/2021 | v0.4.3 | Blocking callbacks now pass self as a mutable reference. This can allow the developer to create structures that can be accessed every stream write ONLY in the BLOCKING callback. The self object is refreshed per TCP connection. Separate TCP connections can not touch eachothers data.
|
||||
|
||||
More updates/ideas to come.. I think..
|
||||
Loading…
Add table
Add a link
Reference in a new issue