SocketCluster / socketcluster-client

JavaScript client for SocketCluster
MIT License
291 stars 92 forks source link

socket.destroyChannel #77

Closed jondubois closed 7 years ago

jondubois commented 7 years ago

Make it not throw error if channel doesn't exist. Maybe return true if a channel existed and false otherwise.