Currently when requesting cache in a pool, the cache could be built by any peer within the pool. This means the context object will be present when generated by the local peer, but will not when generated by a remote peer. I have added a pull request #109 Which will force the peer to always be local, ensuring the context object is always present.
Currently when requesting cache in a pool, the cache could be built by any peer within the pool. This means the context object will be present when generated by the local peer, but will not when generated by a remote peer. I have added a pull request #109 Which will force the peer to always be local, ensuring the context object is always present.