B4J Question Does jserver could work with tcp server together ?

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi
I try to put a tcp server work with jserver(ABMaterial) together. Will there be any problems when the two are running at the same time ? 😨
 

jinyistudio

Well-Known Member
Licensed User
Longtime User
I want to create a modbus tcp client and ABMaterial to be its setting up page. So I will put a socket server into ABMaterial APP and they will working together :)
 
Upvote 0

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi
I have a big question. In debug mode is none thing(working OK). But i have a question in the release mode. my socket's MbStream_NewData() isn't work but the connection is not lose when i change some abmpage. Why :eek:
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
The threading model is much simpler in debug mode. Everything runs on the main thread. This is not the case in release mode.

 
Upvote 0
Top