A type hint was missing causing reflection warning
on the aleph.http.server/websocket-server-handler function
Impacts
None
Testing done
Evaluating aleph/http/server/clj :
Before
Reflection warning, /home/arnaudgeiser/code/aleph/src/aleph/http/server.clj:686:16 - call to method close on io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker can't be resolved (argument types: io.netty.channel.Channel, java.lang.Object).
Description
A type hint was missing causing reflection warning on the
aleph.http.server/websocket-server-handler
functionImpacts
None
Testing done
Evaluating
aleph/http/server/clj
:Before
After
(Nothing)