elixir-socket icon indicating copy to clipboard operation
elixir-socket copied to clipboard

Socket.Web.connect throws exception

Open timCF opened this issue 10 years ago • 0 comments

Hi , sometimes this exception throw one by one on trying to connect to websocket. And I should restart all application to fix it. What happen? Function Socket.Web.connect throws this exception :

%{__exception__: true, __struct__: UndefinedFunctionError, arity: 1, function: :exception, module: Socket.Error, reason: nil}}

timCF avatar Dec 30 '15 10:12 timCF