You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to be able to specify a generic Message type on client.connect, that would auto-encode/decode if Codable conformance is present. This type could default to String.
Would be great to be able to specify a generic
Messagetype onclient.connect, that would auto-encode/decode ifCodableconformance is present. This type could default toString.onTextcould also be renamedonMessage.Just a thought.