Making construction of TextFrame start with FIN=true
This commit is contained in:
parent
cd3c47ef0e
commit
042dc41998
|
@ -28,6 +28,7 @@ public class TextFrame extends DataFrame
|
|||
public TextFrame(String message)
|
||||
{
|
||||
this();
|
||||
setFin(true); // assume a final message with this constructor
|
||||
setPayload(message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue