Binary size more than 300k will cause excetion
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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