cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
61 stars 40 forks source link

Large Chat support #12

Closed Madpeterz closed 4 years ago

Madpeterz commented 4 years ago

The current Chat command found in AgentManager.cs errors if you send a message that is to large.

Fix: split the message into chunks of 900chars (with optional chunk_grouping details)

cinderblocks commented 4 years ago

Looks good. Thank you!