SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

建议 CloseAsync(CloseReason closeReason) 不用枚举做参数,使用int类型,方便使用时扩展

Open liuguiyou opened this issue 1 year ago • 1 comments

如题

liuguiyou avatar Aug 21 '24 05:08 liuguiyou

You are right. Although rfc6455 has some defined close reason codes, but we should be able to use other close code than the predefined codes.

kerryjiang avatar Aug 24 '24 17:08 kerryjiang