Joshua C Elliott

Results 39 comments of Joshua C Elliott

Did you post this on the wrong repo? Doesn't look related to turnpike.

Callbacks added in 117e48aa635c17c08d3bc76a4f4182a0ea5b02cb and 665c5fb304283ded51cce7b81f665c98c3b57bf0. We should implement the WAMP advanced profile [Session Meta API](https://github.com/tavendo/WAMP/blob/master/spec/advanced/session-meta-api.md).

@beatgammit said: > Fixing this in the serializer is probably the best place to do it, since that prevents null from ever accidentally making it in. We can also add...

I'd rather not move them to a different repository, but I agree it would be good to not break vendoring. @beatgammit How much effort would it be to remove the...

I haven't had time to look at any issues here for a while. I'll try to get to it this week. Moving them to a new repo is probably the...

That feature does not exist (yet). Feel free to create a pull request for it if you want. However, this issue is for the RPC cancel call, so please open...

Related to this, I would like to un-export anything that doesn't need to be exported. I don't think the WAMP predefined error URIs (util.go) should be exported, as well as...

> The net/http package has server and client related code in it for example. Good point. > I used WAMP_ERROR_INVALID_ARGUMENT URI but no longer. If the errors should remain exported,...

Not quite. The basic challenge/response mechanism is there, but we still need to implement the actual WAMP-CRA authentication. I'll probably finish it over the weekend.

There is an alpha-stage document for something similar in the WAMP advanced spec: https://github.com/tavendo/WAMP/blob/master/spec/advanced/event-history.md You would just set the `limit=1` to get only the last event.