Dose anaybody know what the send stack option dose?
thanks
nick
Printable View
Dose anaybody know what the send stack option dose?
thanks
nick
This should be posted in the Lacewing Subforum of Extension development.
The send stack will send the stack of binary data that you made and possibly Zlib compressed. In some cases it can be much more efficeint than sending other message types because you can control the size of the stack.
I first used the stack feature last year to create my File Sender. Stacks can be used for a multitude of things, but I am sure Jamie can explain it better. ;)