Hello,
I would like to ask if it is possible to have multiple connections to WCLSERVER to one service ?
I tried it with BlueChat Demo. When I tried to connect second client I saw error : WCL_E_CONNECTION_REJECTED. But sometimes it behaved like if client is connected but when I send some message nothing happened, it crashed sometimes as well.
I need to make project, where is one server and several clients connected at one time and all clients randomly send data. Is it possible with this library?
I know that is possible to create more server instances with different services and it works well, but I think this is quite complicated solution. I would expect that server can manage more connections at one time, not only one.
Thanks for help