kerryjiang / SuperSocket

SuperSocket is a light weight, cross platform and extensible socket server application framework.
Apache License 2.0
3.95k stars 1.15k forks source link

Need config example for SuperSocket.WebSocket #562

Closed aliahaider closed 2 years ago

aliahaider commented 2 years ago

I have switched from SuperWebSocket to SuperSocket.WebSocket. I am a bit confused about the config changes I need if I am using SuperSocket.WebSocket. I used to have this as config with SuperWebSocket:

With SuperSocket.WebSocket I have this but I am not sure if it is correct:

Thanks!

kerryjiang commented 2 years ago

Can it help? https://github.com/kerryjiang/SuperSocket/tree/v1.6/QuickStart/ConfigSample

aliahaider commented 2 years ago

The config I had posted was correct and has been working after redirecting the binding for log4net version per your suggestion that fixed the crash in bootstrap.initialize(). Hence closing this issue. Thanks so much for the sample Configs!