These 3 commits are when the Protocol Buffers files have changed:
| Commit: | 71330bb | |
|---|---|---|
| Author: | Cursor Agent | |
Merge Entity and Framework into single BarrageGrab project - Consolidate BarrageGrab.Entity and BarrageGrab.Framework source into BarrageGrab/ - Simplify solution to a single project with unified NuGet dependencies - Fix WebSocket client thread-safety using ConcurrentDictionary - Fix connection state leaks: reset cached credentials, dispose heartbeat timer - Reduce receive buffer from 10MB to 64KB with proper fragmented message assembly - Add cancellation support and graceful WebSocket shutdown on Stop() - Validate WSS URL before connecting and support full live room URLs - Fix DecompressHelper resource disposal and use gzip.CopyTo - Use BeginInvoke for non-blocking UI console updates Co-authored-by: 吴所畏惧 <wushuaihua520@users.noreply.github.com>
| Commit: | 76be4ca | |
|---|---|---|
| Author: | 吴帅华 | |
1.添加:规范[抖音]进入直播间消息数据格式; 2.修改:架构调整,优化代码;
The documentation is generated from this commit.
| Commit: | 6c3b099 | |
|---|---|---|
| Author: | 吴帅华 | |
发布v0.5版本,基本功能已完成