Update Byond.TopicSender to 7.0.1

Also note this pushes Microsoft.Extensions.Logging.Abstractions to 7.0.0

This fixes instabilities in topic serialization.

Probably fixes #1529
This commit is contained in:
Dominion
2023-06-11 10:36:48 -04:00
parent 4388ec41aa
commit 1e416e202b
5 changed files with 9 additions and 19 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ var/run_bridge_test
/datum/tgs_chat_command/response_overload_test/Run(datum/tgs_chat_user/sender, params)
// DMAPI5_TOPIC_RESPONSE_LIMIT
var/limit = 65528
var/limit = 65529
// this actually gets doubled because it's in two fields for backwards compatibility, but that's fine
var/datum/tgs_message_content/response = new(create_payload(limit * 3))
return response