[go-nuts] Re: Need help with godbus.

2019-11-20 Thread Ken Bassford
Hi Folks, Made some progress. I removed the "Foo" routine (it was the last call I made to Export()) and the "Ping" routine I added using the above routine worked. So it would appear that each call to Export() overwrites the last, thus it is not cumilitive as I had expected. Now I'm focused on

[go-nuts] Re: Need help with godbus.

2019-11-19 Thread Ken Bassford
On Tuesday, November 19, 2019 at 11:21:17 AM UTC-5, Ken Bassford wrote: > > Hi Folks, > > I have been trying to implement godbus's Export function to no avail. > Looking at server.go (under the examples folder) is not very helpful as an > inspection of export.go con

[go-nuts] Need help with godbus.

2019-11-19 Thread Ken Bassford
Hi Folks, I have been trying to implement godbus's Export function to no avail. Looking at server.go (under the examples folder) is not very helpful as an inspection of export.go contains what appear to be cheater functions that enable the example to work. Rename "Foo" to "Ping and it fails.