qinxg

Results 4 comments of qinxg
trafficstars

Websocket is not allowed HTTP success

How can I check the recent running log when I start the service??

Apr 23 16:03:43 cronosd[75288]: 4:03PM INF indexed block height=2463477 module=txindex server=node Apr 23 16:03:47 cronosd[75288]: 4:03PM INF Starting JSON WebSocket server address=0.0.0.0:8546 Apr 23 16:03:47 cronosd[75288]: 4:03PM INF New websocket...

我复制了你的代码 然后直接外边些了一次调用也不成功 报错是 System.NotSupportedException:“This protocol version is not supported.” ` System.NotSupportedException HResult=0x80131515 Message=This protocol version is not supported. Source=System.Net.Sockets StackTrace: at System.Net.Sockets.Socket.Connect(String host, Int32 port) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at Demo.Program.Main(String[]...