SocketServer.copyDisconnectEvents

Sets a boolean determining whether the disconnect events should be copied or not.

  1. bool copyDisconnectEvents [@property getter]
  2. bool copyDisconnectEvents [@property setter]
    class SocketServer(T)
    @property
    void
    copyDisconnectEvents
    ()

Parameters

shouldCopy
Type: bool

Boolean determining whether the disconnect events should be copied or not.

Meta