Forum Post: RE: error 8982

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Hi Bart, Is the socket in the .w too? If I had to guess, I would say that the socket is not being closed/cleanedup (since the code to do that is after the wait-for). What happens if you delete G-Socket when the windows closes? -- peter From: bart.syryn [mailto:bounce-bartsyryn@community.progress.com] Sent: Wednesday, 04 June, 2014 09:59 To: TU.OE.Development@community.progress.com Subject: [Technical Users - OE Development] error 8982 Hi folks, Recently we've build the functionality to send text-messages (SMS) to mobile phones in our application. It's the first time I've programmed HTTP Post / Get, and I don't understand it all. When the user sends one message, it's all fine. But when the user sends i.e. 300 text-messages to 300 phones we get error 8982. The exact error is : Invalid event-procedure context encountered when trying to invoke event procedure 'getResponse'. (8982). The functionality is build in a .w window. It seems that when all the message are send and the window gets closed, the session is still sending messages but the getResponse procedure isn't available anymore (it's in the .w). Strange because in the code there's a WAIT-FOR READ-RESPONSE OF gsocket. I'm surely missing something, but I can't find out what exactly. In attachment I placed the code (it's an include). Hopefully someone is willing to have a look at it and help me out. This is on OE11.3.2 - windows 7. Kind regards Bart Syryn

Continue reading...
 
Status
Not open for further replies.
Back
Top