sta / sta/websocket-sharp

Binary size more than 300k will cause excetion

Open
#683 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
6.1k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

I send a zip file content from websocket-sharp client, the send side is run normally, but if the size of file more than 300kb, the server side(also websocket-sharp) will throw an excetion of HRESULT: [0x80004002], Module: [General], ApiCode: [E_NOINTERFACE/No such interface supported], Message: 不支持此接口

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the websocket-sharp client/server transfer with a ZIP payload near and above 300 KB, then capture the server-side exception and inspect the send and receive entry points involved. Done means identifying why larger binary messages trigger HRESULT 0x80004002 and documenting or testing a corrective change.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.