dimitrovvlado

Results 4 issues of dimitrovvlado

## Your Question Hi Team, Thanks for creating this great library. I've been using it for a while and it seems to have an answer to all requirements except preloading...

### What do you want to happen? Add client side authentication (mTLS) ### What happens now? As per the following PR https://github.com/daltoniam/Starscream/pull/481, there used to be an option to setup...

Currently the plug-in automatically escapes the special symbols in the message. This is restrictive if the message contains links, e.g: ```json "message": "This is a link: " ``` Added a...

I noticed the following code works fine: ```go c := *memcache.New() err := c.Ping() if err != nil { panic(err) } fmt.Println("No problem") ``` At first glance it looks okay...