-
-
From [the gRPC docs](https://grpc.io/blog/deadlines/#checking-deadlines):
> On the server side, the server can query to see if a particular RPC is no longer wanted. Before a server starts work on a…
-
Using the allowCustomObjectId option of parse-server, it is possible to provide custom object ids on the client side. It seems to me, that there is no support for this yet in the iOS SDK. I know that …
-
### Description
We have a custom Firebase Function implemented ot request Server Time, and the app always requests it at least once per hour (or whenever something happens in the game).
Our curren…
-
Because of the way Swift-DocC works, the URL we publish to must change from to . We need to set up server-side redirects on Swift.org so that links to chapters continue to work. These should be rel…
-
per [discussion here](https://github.com/tayloraswift/swift-unidoc/discussions/231) we should have a ‘table of contents’ sidebar feature similar to DocC, for jumping to the heading on the current page…
-
Is there a similar library like `async` in node.js: https://github.com/caolan/async
Or how do you implement similar functionalities in server-side Swift?
-
Hi,
nice repo, I have an idea - not sure if its gonna work, to add SPM plugin to generate whole `RemoteDataSoucre` from service using `CombineGrpc`. Would be a great tool to generate entirely whole…
-
I'm having trouble cleaning up old connections in my application server. I investigated and saw that it isn't receiving the disconnected callback (defined on `WebSocketService.swift`) for each connect…
-
Apologies if these are already known to you, but I didn't see anything in the docs or comments about this.
In (https://github.com/nsc/SwiftTLS/blob/f5010aa3b0901ab3f5f26db322ac8652e64f0c5c/SwiftTLS…