-
Can Socks5 be implemented?
-
thrift-tool --port 9090 --pcap-file ~/share.pcap dump --show-all --pretty
Traceback (most recent call last):
File "/Users/hq/Library/Python/3.8/bin/thrift-tool", line 11, in
from thrift_t…
-
### Current behavior
Hello,
I have two application
- Javascript Application
- Xaml C# Websocket server backend Application
I have configured the cypress with my Javascript application via n…
-
follow is my code:
m_WebSocket = new WebSocket(webSocketUrl);
m_WebSocket.Opened += new EventHandler(m_WebSocket_Opened);
m_WebSocket.MessageReceived += new Even…
-
我尝试在OnSessionClosedAsync中的CloseEventArgs中获取其 Reason,显示的文本是 RemoteClosing,而实际上,在源码中是通过catch捕捉异常 直接输出日志OnError("Protocol error", e)后就调用Close()方法了。
我想获取到Protocol error这个错误,而不是RemoteClosing,该怎么做?
我觉得源码中…
-
```
using Google.Protobuf;
using Orleans;
using OrleansBasics;
using SuperSocket;
using SuperSocket.Server;
using System;
using System.Collections.Generic;
using System.Text;
using System.Thr…
-
Hi !
Very nice project, a few remarks:
- on OSX, our latest versions auto-start monitor mode using a trick used in tcpdump https://github.com/secdev/scapy/blob/master/scapy/arch/bpf/supersocket.py…
-
Hello,
I'm seeing these errors in Chrome when connected to a SuperWebSockets server:
WebSocket connection to 'ws://10.10.81.15:10081/' failed: Invalid frame header
WebSocket connection to 'ws://10.…
-
Application: dotnet.exe
CoreCLR Version: 4.6.27617.5
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException: Object reference not set t…
-
我在连接到一个本地服务器时,发生了如下异常
![01_ExceptionOccur](https://github.com/kerryjiang/SuperSocket/assets/94149397/c9b203dd-aa09-45d3-93c7-00dfc0c61cc1)
当我尝试进行调试,发现问题出现在这里
![02_DebugTheCode](https://github.com…