productengine
10-01-2003, 06:26 AM
Hi, I have some problems with persistent connection.
From the beginning I created a laszlo application(mychat.lzx) that can login as one of user from chat.lzx application and can send&receive some messages. I started two IE windows with this my application. One of this app(first IE) was able to send some messages to other (second IE). When one of this application (from first IE) send a message, then both of this copies (in first and second IE) received it.
After this I created two different applications():
- first app (mychatsend.lzx) can login as one of user from chat.lzx application and is assigned to send some messages (also it can receive messages from users)
- second can (mychatreceive.lzx)login as one of user from chat.lzx application and is assigned to receive some messages (also it can receive messages from users)
But second application can't receive any messages from first.
How can I solve this problem?
From the beginning I created a laszlo application(mychat.lzx) that can login as one of user from chat.lzx application and can send&receive some messages. I started two IE windows with this my application. One of this app(first IE) was able to send some messages to other (second IE). When one of this application (from first IE) send a message, then both of this copies (in first and second IE) received it.
After this I created two different applications():
- first app (mychatsend.lzx) can login as one of user from chat.lzx application and is assigned to send some messages (also it can receive messages from users)
- second can (mychatreceive.lzx)login as one of user from chat.lzx application and is assigned to receive some messages (also it can receive messages from users)
But second application can't receive any messages from first.
How can I solve this problem?