antoniodipinto / ikisocket

🧬 WebSocket wrapper with event management for Fiber https://github.com/gofiber/fiber. Based on Fiber WebSocket and inspired by Socket.io
MIT License
123 stars 21 forks source link

impl: sending binary data #21

Closed jibon57 closed 2 years ago

jibon57 commented 2 years ago

Fixed #20

antoniodipinto commented 2 years ago

Thank you for this implementation @jibon57 ! Can you please set mType as an optional parameter with default value as text message ? (...mType int), instead of requiring each time the type. This will allow the users to not have breaking changes and also will allow you to push different datatypes if needed

antoniodipinto commented 2 years ago

Thank you @jibon57 !