koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Store subscription locally to avoid nil pointer dereference #261

Closed mvandeberg closed 1 year ago

mvandeberg commented 1 year ago

Possibly resolves #238

Brief description

Do not change the subscription pointer out from under readMessages.

Checklist

Demonstration