deepstreamIO / deepstream.io-client-java

The Java/Android Client for deepstream.io
Other
35 stars 37 forks source link

Fixed NPE when being called for unknown event types (see issue #131) #132

Closed StephanSchuster closed 6 years ago

StephanSchuster commented 6 years ago

See https://github.com/deepstreamIO/deepstream.io-client-java/issues/131

yasserf commented 6 years ago

Hello! Do you know what the unknown event it is receiving is?

StephanSchuster commented 6 years ago

@yasserf: Yes, the server sends NOT_SUBSCRIBED which is not known by the client (Event enum --> null --> NPE). Please read this for more details: https://github.com/deepstreamIO/deepstream.io-client-java/issues/131

yasserf commented 6 years ago

Awesome, makes sense!