Hi All, Holger...
I���ve seen this today:
After talking with some people in the Pharo chat group at Discord about this erratic error I���m having with MongoTalk���s MongoCursor .
Once it happens, the stream stays open and Mongo says isValid true but no other operations can be executed.
I���ve loaded MongoTalk with:
Metacello new
githubUser: 'pharo-nosql' project: 'voyage' commitish:'1.?' path: 'mc';
baseline: 'Voyage';
load: 'mongo���.
in a Pharo 6.1 image.
Did this Unexpected responseTo happened again to you?
nextRequestID has the code you mention in the issue:
nextRequestID
^requestID := requestID + 1 bitAnd: 16r3FFFFFFF
Do you have any further hint on why the issue? Thanks!