<div aria-disabled="false"><div><div><div>Hello everyone, I have just updated the Smalltalk implementation of ParrotTalk and Raven. I thought to share it with youse. Here is what I did....<br></div></div><div><br></div><div><div>ParrotTalk: Refactored the stack to use a SendFramesBuffer thunk so mjessages can be sent to the connection immediately and are buffered until connection completes. Due to the possibility that there are thunks above the session, as is now the case with Raven, added behavior to #popStackUpTo: to pop a substack of thunks to a specified thunk, as well as a #pushStack:, using #reverse, to push a substack of thunks onto the receiving stack. This behavior allows a stack gaining crypto thunks to pop stack to the session, then pop the SendFramesBuffer thunk, then add the crypto thunks (immigration, cipher, customs, encoder) then push the substack including session back onto the subject stack and then flush the buffer thunk downcall: through the session. Renamed the FrameBuffer to ReceivingFrameBuffer.<br></div></div><div><br></div><div><div>Raven: Due to the addition of the SendFramesBuffer, replacing the BufferListLayer, now a fully formed Raven stack can be created on the call side, with the RavenTerminal pushed on top of the Session, still supporting early message sending prior to full connection. On the answer side, the creating of the scope creates the RaveenTerminal but it is not yet pushed. That occurs in reactToSession:, which ensures the head of the stack is not the RavenTerminal thunk, priot to pushing on top of the Session.<br></div><div><br></div></div></div></div><div aria-disabled="false"><div><div><div>Here's the new code <a tabindex="0" title="http://www.squeaksource.com/Cryptography/ParrotTalk-rww.20.mcz" href="http://www.squeaksource.com/Cryptography/ParrotTalk-rww.20.mcz" rel="noreferrer noopener" target="_blank" role="button"><br>http://www.squeaksource.com/Cryptography/ParrotTalk-rww.20.mcz</a><br></div></div><div><a tabindex="0" title="http://www.squeaksource.com/Cryptography/Raven-rww.22.mcz" href="http://www.squeaksource.com/Cryptography/Raven-rww.22.mcz" rel="noreferrer noopener" target="_blank" role="button">http://www.squeaksource.com/Cryptography/Raven-rww.22.mcz</a><br></div><div><br></div><div>Now over to Java to bring it up.<br></div></div></div><div><br></div><div>Best regards,<br></div><div class="protonmail_signature_block"><div class="protonmail_signature_block-user"><div>Robert<br></div></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div>