Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002867opensim[REGION] Scripting Enginepublic2008-12-18 13:332008-12-18 20:54
ReporterBlueWall 
Assigned ToBlueWall 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002867: XEngine - XML-RPC llRemoteDataReply does not send message
DescriptionUsing an external application to send data to an object via xmlrpc, remote_data events are handled with type of REMOTE_DATA_REQUEST work properly, but the external application hangs waiting for a reply.

remote_data(integer _typ, key _ch,
                key _msgID, string _sender,
                integer _ndat, string _dat) {

  if(_typ == REMOTE_DATA_REQUEST) {
     llSay(0,_dat);
     llRemoteDataReply(_ch, _msgID, "Success!", 42);
  }

}
TagsNo tags attached.
Git Revision or version number
Run Mode Grid (Multiple Regions per Sim)
Physics EngineODE
EnvironmentMono / Linux32
Mono VersionOther
Viewer
Attached Files

- Relationships

-  Notes
(0008061)
BlueWall (administrator)
2008-12-18 19:39

OK, I see the return on the wire (wireshark cap). So, I'm not sure what is happening and am digging further/testing in SL...
(0008071)
BlueWall (administrator)
2008-12-18 20:54

Disregard: looks like I have something on this side - closing.

- Issue History
Date Modified Username Field Change
2008-12-18 13:33 BlueWall New Issue
2008-12-18 13:33 BlueWall SVN Revision => 0.6.0.7740
2008-12-18 13:33 BlueWall Run Mode => Grid (Multiple Regions per Sim)
2008-12-18 13:33 BlueWall Physics Engine => ODE
2008-12-18 13:33 BlueWall Environment => Mono / Linux32
2008-12-18 13:33 BlueWall Mono Version => Other
2008-12-18 19:39 BlueWall Note Added: 0008061
2008-12-18 20:54 BlueWall Status new => resolved
2008-12-18 20:54 BlueWall Resolution open => unable to reproduce
2008-12-18 20:54 BlueWall Assigned To => BlueWall
2008-12-18 20:54 BlueWall Note Added: 0008071
2008-12-18 20:54 BlueWall Status resolved => closed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker