You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PodSixNet
I am making a game in which i want to fix number of users to . If more person are trying to connect, then they should not be able to connect. How can i do this.
y14u...@lnmiit.ac.in
unread,
Jun 19, 2018, 4:56:30 PM6/19/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PodSixNet
I found the solution. I can do it by not storing the connections.
Chris McCormick
unread,
Jun 19, 2018, 9:41:45 PM6/19/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pods...@googlegroups.com, y14u...@lnmiit.ac.in
Hi,
On 20/06/18 04:56, y14u...@lnmiit.ac.in wrote:
> I found the solution. I can do it by not storing the connections.
You probably also want to close the connection with `channel.close()`.