philippseith / signalr

SignalR server and client in go
MIT License
133 stars 39 forks source link

Call SetReadLimit on websocket #129

Closed mvdslot closed 2 years ago

mvdslot commented 2 years ago

This solved the MessageTooBig when receiving messages that are greater than 32K.

mvdslot commented 2 years ago

Hmm I didn't know commits after creating the PR would be included, I'll start again.