Archived

This forum has been archived. Please start a new discussion on GitHub.

perhaps a mistake in IncomingAsync.cs

line 292:
void iceresponse_(bool ok, byte[] outParams);

I wonder it might be:

void ice_response(bool ok, byte[] outParams);


Ice 3.01

xiehua @_@

Comments

  • mes
    mes California
    Thanks, we'll fix this for the next release.

    Take care,
    - Mark