Oliver Michalak
Oliver Michalak
Follow up: experimenting with the `userInfo` approach, this does not work as `Peer` is currently a value type and (privately) owned by the Tranceiver and hence not easily mutable... ...unless...
I agree adding a specific detail is beyond the scope of this library and should be kept outside (which is why I was thinking out loud about how to add...
A draft PR how a new `ChatPeer` type could look like: #25 - `ChatPeer`as the new extended "peer" type - handled via `ChatPeerDataSource` (mostly a copy of MultipeerDataSource) So I...
Thank you for the feedback and for this library, I have successfully used it in my upcoming project and it works like a charm. I will use it in another...