Results 47 comments of Gary Burd

@FZambia How about setting compression level to one for now? It's probably the best option for most applications at this time and avoids exposing more API surface area.

OK, let's add the following: type CompressionOptions { // Level specifies the compression level for the flate compressor. Valid levels range from // -2 to 9. Level -2 will use...

@FZambia Thank you for testing the pool effectiveness and reporting the profiles. I don't want to add an API now that might replaced with another API later. As I think...

@FZambia I do not want to use package level variables for settings. The setting should be included with the other settings in Dialer and Upgrader or it should be part...

See b0dc45572b148296ddf01989da00a2923d213a56.

If the application sends the same message to multiple clients, then #182 is the next thing to try.

Is this issue fixed by b0dc45572b148296ddf01989da00a2923d213a56 and 804cb600d06b10672f2fbc0a336a7bee507a428e?

I don't see anything obvious to improve in the websocket package.

Show the complete stacktrace for the panic.

I prefer to let the browsers lead on protocol features. Do you know where browsers are with the proposal? If it looks like one or more browsers will implement the...