heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
411 stars 75 forks source link

downloadHandler is null on DELETE methods. #79

Closed hasbean closed 4 years ago

hasbean commented 4 years ago

Found this bug when I was trying to delete a friend. It deleted just fine but then threw a null exception and stopped all execution.

Turns out www.downloadHandler wasn't available when the method is DELETE . I'm not sure if this is intentional, but this should fix it.

novabyte commented 4 years ago

Thanks @hasbean 👍