Fix annoying moments
- fix annoying warning: cannot modify client configuration after client has been used
- add
send
method with eventLoop argument to avoid manualhop(to:)
call
so now if you send from Request you could write
req.fcm.send(message, on: req.eventLoop)
instead of
req.fcm.send(message).hop(to: req.eventLoop)