mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-27 07:49:11 +00:00
named parameters for certain longer packets
This commit is contained in:
parent
ffd8c02de9
commit
8166a43bdc
6 changed files with 110 additions and 94 deletions
|
|
@ -331,8 +331,8 @@ class PacketCodingActor extends Actor with MDCContextAware {
|
|||
|
||||
/**
|
||||
* Accept a series of packets and transform it into a series of packet encodings.
|
||||
* Packets that do not encode properly are simply excluded for the product.
|
||||
* This is not treated as an error or exception; a warning will mrely be logged.
|
||||
* Packets that do not encode properly are simply excluded from the product.
|
||||
* This is not treated as an error or exception; a warning will merely be logged.
|
||||
* @param iter the `Iterator` for a series of packets
|
||||
* @param out updated series of byte stream data produced through successful packet encoding;
|
||||
* defaults to an empty list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue