Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use null check operator on potentially nil value in ConnectionC…
…lose message This commit attempts to fix issue #104 by using a ?? operator to avoid raising a _CastError if a ConnectionClose message does not include a replyText field.
- Loading branch information