New Post: Missing AppServerBase.cs
Change the target framework to 4.5. It worked for me
View ArticleNew Post: SupperWebSocket: Multiple command Assembly not work
Dear Mr. Kerry Jiang I'm Tuyen come from Vietnam. First, sorry for low level my English skill. I have downloaded SupperWebSocket source code and try use your sample [C-StartByConfig]. In the config...
View ArticleNew Post: SupperWebSocket: Multiple command Assembly not work
Could you show me your configuration file? BTW, your commands should be public.
View ArticleNew Post: SupperWebSocket: Multiple command Assembly not work
Dear Mr. Kerry Jiang This is my config file: I added [<add assembly="SuperWebSocket.Samples.JsonCommandAssembly"/>] . [SuperWebSocket.Samples.JsonCommandAssembly] is your assembly builded from...
View ArticleNew Post: SupperWebSocket: Multiple command Assembly not work
Could you show me the code of the command which is not discovered?
View ArticleNew Post: SupperWebSocket: Multiple command Assembly not work
Dear Mr. Kerry Jiang This is MULT command which is not discovered:using System; using System.Collections.Generic; using System.Linq; using System.Text; using SuperWebSocket.SubProtocol; namespace...
View ArticleNew Post: SupperWebSocket: Multiple command Assembly not work
Dear Mr. Kerry Jiang My source code is your source code downloaded from:https://superwebsocket.codeplex.com/releases/view/101471 I only add <!--Tuyen added--> <add...
View ArticleNew Post: superwebSocket methds not defined ws.ws.NewMessageReceived...
I followed the descussion in this site but got errors on these two methods: ws.NewMessageReceived ws.NewDataReceived not defined the : ws.NewSessionConnected worked ok any help ?
View ArticleNew Post: superwebSocket methds not defined ws.ws.NewMessageReceived...
Which kind error did you get?
View ArticleCreated Unassigned: SuperWebSocket: After restarting the program the server...
I'm using SuperWebSocket in my application, instance WebSocketServer with next configuration``` var rootConfig = new RootConfig(); var serverConfig = new ServerConfig{ Name =...
View ArticleNew Post: How updated is this version compared with supersocket
Hi ... as always I appreciate your great effort and, of course, you're great library. I have seen that you have made many improvements and fixes to your other super library, supersocket. Keeping in...
View ArticleNew Post: Can you or somebody help me or point me with this request. Cookies
Hi, I have a login page, nothing fancy, that let me authenticate users against an sql database (in asp). Nobody have access to none resources at least they have been authenticated. When people is...
View ArticleNew Post: NullReferenceException error in SuperSocket.SocketEngine.dll
i used supersocket in my game server in vb.net its good but after a while my program crashed. when i debugging my program it says this error .<An exception of type 'System.NullReferenceException'...
View ArticleNew Post: NullReferenceException error in SuperSocket.SocketEngine.dll
Hello, do you have the full stack trace?Or do you have a way to reproduce this issue?
View ArticleNew Post: NullReferenceException error in SuperSocket.SocketEngine.dll
excuse me about my mistake . this topic is websocket but i used socket in windows form vb.net and my clients are android devises. i send this problem to socket topic. about your question i dont know...
View ArticleReviewed: SuperWebSocket 0.7 (Dec 28, 2016)
Rated 3 Stars (out of 5) - It has a an adware: http://www.avira.com/en/support-threats-summary-product/tid/9562/threat/ADWARE.CrossRider.Gen
View ArticleCreated Unassigned: TLS 1.2 support in SuperWebSocket [12424]
Hi,We recently happened to support server and client server certificate validation in on of our servers.Though the in windows server R2 machine we have enabled Tls1.2 protocol, we found during the tls...
View ArticleNew Post: how to check if message couldn't be delivered due to connection on...
I am using superwebsocket to create a server/client app .If the server sends information to a client that is no longer connected ,shouldn't that trigger an error on the superwebsocket ? I couldn't find...
View ArticleCreated Unassigned: TrySend is not working ,only the Send [12425]
I am using superwebsocket 1.6.6 to create a server/client app .Im testing with TrySend but nothing is being received on the client side ? I can send messages using Send and it is received successfully...
View ArticleCreated Unassigned: WEB Socket connection Error-Windows 10 & IIS 10.0 [12426]
Dear Super Websocket, super websocket i am not connect web socket in Windows 10 and IIS 10.0 version but same thing i am connected in windows 7 and iis version 7.5Error Get Windows-10 IIS Version...
View Article