scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Integrate Peer Network Interactions into Skunk Application #33

Closed JavaHammes closed 3 months ago

JavaHammes commented 3 months ago

This pull request implements the necessary networkInteraction port and thus connects the app logic and the network logic. A networkAdapter was developed for this purpose, which offers the following functionalities:

In addition, errors in the network peer were fixed and the heartbeat mechanism was removed as it was too error-prone.

Closes #31