Hi,this be? I can confirm that the queue handle between create and push stays the same...any ideas what's going on here and how I can fix this?
First, I'm new here and I have a problem:
I want to send some data to a queue but get errno S_objLib_OBJ_UNAVAILABLE (3997698) for some reason and I don't know why:
I create a queue with msgQCreate() and store the handle in a global static in my module. I then try to push data onto it with msgQSend() (invoked in another context) but am getting errno 3997698 which stands for S_objLib_OBJ_UNAVAILABLE - why would
Thanks!
On Wednesday, October 5, 2016 at 3:41:12 PM UTC-7, Ron Eggler wrote:this be? I can confirm that the queue handle between create and push stays the same...any ideas what's going on here and how I can fix this?
Hi,
First, I'm new here and I have a problem:
I want to send some data to a queue but get errno S_objLib_OBJ_UNAVAILABLE (3997698) for some reason and I don't know why:
I create a queue with msgQCreate() and store the handle in a global static in my module. I then try to push data onto it with msgQSend() (invoked in another context) but am getting errno 3997698 which stands for S_objLib_OBJ_UNAVAILABLE - why would
Thanks!
S_objLib_OBJ_UNAVAILABLE No free buffer space was available and the NO_WAIT timeout was specified.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 153:36:44 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,840 |