mzelecom
mzelecom
hi. i used library in visual basic and simple server. ` Dim server As New TcpServer(IPAddress.Any, 8283) server.Start()` clients can connect to server .but no event raised when connect or...
hi i used BeetleX in my game server vb.net.but after sometimes server become very slow.when 50 client connected. this is my code.whats wrong? `Imports BeetleX Imports BeetleX.EventArgs Imports System Friend...
Hi. it is better to update to Mina 2.1.5 and use .net 6 for more performance. can anybody update it?
i load tgs file in GridView.in windows ok but in android very slow. i used 3.0.0-alpha.4. this is my code. ` Widget loadtgs(String imageUrl, double size) { return Lottie.network( imageUrl,...
i use this coed. `Lottie.network(stik_ip + imageUrl, decoder: LottieComposition.decodeGZip, width: size, height: size, repeat: false, enableRenderCache: true, animate: false)` and load ok. but when no internet lottie file not show...
hi. I don't know why this happens. Please test it yourself. I wrote a client program that simulates 100 clients. The program is such that every connected client sends data...
Hello. I am using your library in the online game server. Everything works fine, only sometimes and when there are many users in the game, the following error is displayed...
hi. i want to handle data when /n/r get at end of data bytes.can we set delimiter ? and i start example but Server_OnDisconnected not call when client Disconnected.