jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Omit empty args/kwargs #57

Closed beatgammit closed 10 years ago

beatgammit commented 10 years ago

This does not turn a nil slice -> [] if kwargs is set. I don't know if WAMP allows args to be null, so this is a potential issue.

If this is a requirement for closing this issue, let me know and I'll update this PR.

jcelliott commented 10 years ago

This conflicts after merging your other pull request. Can you rebase this one?

beatgammit commented 10 years ago

Ok, rebased.