From 9f6ab528c2e1c2e8eff048e698eaceb69f5c1932 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 15 Mar 2023 08:47:40 +0200 Subject: [PATCH] Client - Updated header documentation for `sendMessage(Message)` --- source/birchwood/client/client.d | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 9ede037..4edde30 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -649,7 +649,10 @@ public class Client : Thread /** * Sends a message to the server by enqueuing it on - * the client-side send queue + * the client-side send queue. + * + * A BirchwoodException is thrown if the messages + * final length exceeds 512 bytes * * Params: * message = the message to send