phoenixframework / websock

A specification for Elixir apps to service WebSocket connections
MIT License
75 stars 5 forks source link

Make terminate/2 optional #7

Closed mtrudel closed 1 year ago

mtrudel commented 1 year ago

By popular request, terminate should be optional. Mandatory callbacks include init/2, handle_info/2 and handle_in/2 to keep rough parity with similar semantics on GenServer

mtrudel commented 1 year ago

@rowlandcodes I think it was you that was asking about this?