Server#adapter(v:Adapter):Server
Sets the adapter v
. Defaults to an instance of the Adapter
that ships with socket.io which is memory based. See socket.io-adapter.
If no arguments are supplied this method returns the current value.
Server#adapter(v:Adapter):Server
Sets the adapter v
. Defaults to an instance of the Adapter
that ships with socket.io which is memory based. See socket.io-adapter.
If no arguments are supplied this method returns the current value.
Please login to continue.