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 #11

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)

Commit

https://github.com/Madpeterz/libremetaverse/commit/71f01b08243875f8e1a0ceae7489cd96fb728ef4

Madpeterz commented 4 years ago

Going to attempt to make this a pull request ^+^ wish me luck