-
|
Hello! Any particular reason why CoreRemoting uses websocket-sharp? Why can't we use it to get rid of external dependencies? Third party websocket implementations like websocket-sharp and fleck Websocket-sharp code base looks like it has some activity, but all commits |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Hi!
System.Net.Websockets is very low level, especially at server side.
Yes, we can use it. Lesser external dependencies are always better.
HttpListener would be the more lightweight way with a lot of handwork to do.
Looks creepy. |
Beta Was this translation helpful? Give feedback.
-
|
Implemented in commit d394eb3. |
Beta Was this translation helpful? Give feedback.
-
|
@yallie I checked the speed of CoreRemoting on the current revision 4d332a7 on windows 10 x64 with my benchmark. CoreRemoting with a web socket on net8 is faster than implementation of Remoting on .net framework 4.7.2. |
Beta Was this translation helpful? Give feedback.

Implemented in commit d394eb3.